nucypher/.coveragerc

14 lines
223 B
INI

[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__.: