mirror of
https://github.com/django/daphne.git
synced 2025-04-22 17:52:08 +03:00
* Add tests for runserver and runworker management commands * Fix flake8 and isort errors * Refactor mocking, add comments to tests * rm unneeded vargs
25 lines
433 B
INI
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
|
|
|