Fix the connection count tests.
[mailman.git] / coverage.ini
bloba981671b258b490bfb5196f7a459e496177cf610
1 [run]
2 branch = true
3 parallel = true
4 omit =
5 setup*
6 */showme.py
7 .tox/*/lib/python3.5/site-packages/*
8 .tox/*/lib/python3.5/site-packages/*
9 */test_*.py
10 /tmp/*
11 */testing/*.py
13 [report]
14 exclude_lines =
15 pragma: no cover
16 raise NotImplementedError
17 raise AssertionError
18 assert\s
20 [paths]
21 source =
22 mailman
23 .tox/coverage/lib/python*/site-packages/mailman