daphne/.coveragerc
Tim Watts 4a09cec2d4 Test runserver (#214)
* Add tests for runserver and runworker management commands

* Fix flake8 and isort errors

* Refactor mocking, add comments to tests

* rm unneeded vargs
2016-06-29 11:26:21 -07:00

25 lines
433 B
INI

[run]
branch = True
source = channels
omit = channels/tests/*
[report]
show_missing = True
skip_covered = True
omit = channels/tests/*
[html]
directory = coverage_html
[paths]
django_19 =
.tox/py27-django-18/lib/python2.7
.tox/py34-django-18/lib/python3.4
.tox/py35-django-18/lib/python3.5
django_18 =
.tox/py27-django-19/lib/python2.7
.tox/py34-django-19/lib/python3.4
.tox/py35-django-19/lib/python3.5