1138
by Peter Bienstman
Testing improvements. |
1 |
[run]
|
2 |
branch = True |
|
3 |
||
4 |
[report]
|
|
5 |
omit = |
|
6 |
openSM2sync/tarfile.py
|
|
7 |
lib/*
|
|
8 |
tests/*
|
|
9 |
mnemosyne/pyqt_ui/*
|
|
10 |
/usr/*
|
|
11 |
dot_test/*
|
|
12 |
||
13 |
exclude_lines = |
|
14 |
pragma: no cover
|
|
15 |
def __repr__
|
|
16 |
if self.debug:
|
|
17 |
if settings.DEBUG
|
|
18 |
raise AssertionError
|
|
19 |
raise NotImplementedError
|
|
20 |
if 0:
|
|
21 |
if __name__ == .__main__.:
|
|
22 |
pass
|
|
23 |
except ImportError:
|