From 89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351 Mon Sep 17 00:00:00 2001 From: Lars-Dominik Braun Date: Thu, 1 Nov 2018 13:40:19 +0100 Subject: Add simple asyncio-based DevTool communication Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks. --- setup.cfg | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index b7e4789..0b06bc8 100644 --- a/setup.cfg +++ b/setup.cfg @@ -1,2 +1,6 @@ [aliases] test=pytest +[tool:pytest] +addopts=--cov-report=html --cov=crocoite --cov-config=setup.cfg +[coverage:run] +branch=True -- cgit v1.2.3