1
0
Fork 0
mirror of https://github.com/topydo/topydo.git synced 2024-05-10 02:38:35 +00:00
topydo/.coveragerc
2016-12-28 15:44:04 +01:00

17 lines
265 B
INI

[run]
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/*