blob: a981671b258b490bfb5196f7a459e496177cf610 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
[run]
branch = true
parallel = true
omit =
setup*
*/showme.py
.tox/*/lib/python3.5/site-packages/*
.tox/*/lib/python3.5/site-packages/*
*/test_*.py
/tmp/*
*/testing/*.py
[report]
exclude_lines =
pragma: no cover
raise NotImplementedError
raise AssertionError
assert\s
[paths]
source =
mailman
.tox/coverage/lib/python*/site-packages/mailman
|