summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorLars-Dominik Braun <lars@6xq.net>2018-11-01 13:40:19 +0100
committerLars-Dominik Braun <lars@6xq.net>2018-11-06 16:54:34 +0100
commit89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351 (patch)
treef0a7a711840f015523d353ce9c9b65e406aebd16 /setup.cfg
parent2900786ee0b270d7abd3cd6935f618e4e46ce4f5 (diff)
downloadcrocoite-89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351.tar.gz
crocoite-89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351.tar.bz2
crocoite-89d5e6bcf4e3a2f6e0ed0e222e15cc80604f7351.zip
Add simple asyncio-based DevTool communication
Inspired by pychrome/aiochrome, but includes crash handling and async get() instead of callbacks.
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg4
1 files changed, 4 insertions, 0 deletions
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