blob: 75b19fd88d8e7c18f0282650b8cc33d0d7c93fa6 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
[run]
branch = True
omit =
test/*
setup.py
fakesource
[report]
exclude_lines =
__repr__
__str__
pragma: no cover
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
\.\.\.$
|