nucypher/.coveragerc

14 lines
223 B
Plaintext
Raw Normal View History

2018-06-25 22:34:15 +00:00
[run]
omit =
setup.py,
*__init__.py,
tests
[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.: