1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-20 13:58:33 +00:00
topydo/.coveragerc

17 lines
265 B
Plaintext
Raw Permalink Normal View History

[run]
2015-11-06 15:54:37 +00:00
branch = True
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if 0:
if __name__ == .__main__.:
omit =
topydo/commands/ExitCommand.py
topydo/lib/Version.py
topydo/ui/*