blob: f1ddddc058f02ff68d70a0c3d8447c3e95c03aad (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
[run]
source = mailman_pgp
concurrency = multiprocessing
branch = true
parallel = true
omit =
setup.py
*/test_*.py
*/testing/*.py
[report]
exclude_lines = pragma: no cover
|