qutebrowser/.coveragerc
2015-03-30 23:36:27 +02:00

14 lines
229 B
INI

[run]
branch = true
omit =
qutebrowser/__main__.py
*/__init__.py
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == ["']__main__["']: