summaryrefslogtreecommitdiff
path: root/.coveragerc
blob: 5df32f577635ceb8f7318efd24b4894e146a8553 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[run]
source = zope.tal
omit =
   src/zope/tal/tests/run.py
   src/zope/tal/tests/markbench.py
   src/zope/tal/timer.py
   src/zope/tal/runtest.py

[report]
precision = 2
exclude_lines =
    pragma: no cover
    if __name__ == '__main__':
    raise NotImplementedError
    self.fail
    raise AssertionError