summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 13210d9c9d5139cef9ced11a1918f790e64cbb5e (plain)
1
2
3
4
5
6
7
8
[report]
exclude_lines =
    # Have to re-enable the standard pragma
    pragma: no cover

    # Don't complain if tests don't hit defensive assertion code:
    raise NotImplementedError
    .*raise_programming_error.*