Restore a test from !151 which only fails on PostgreSQL.
[mailman.git] / coverage.ini
blob3deaacf0c4cb7d1e5f44e2bc04766a918f45676e
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/*
12 [report]
13 exclude_lines =
14 pragma: no cover
15 raise NotImplementedError
16 raise AssertionError
17 assert\s
19 [paths]
20 source =
21 mailman
22 .tox/coverage/lib/python*/site-packages/mailman