adjutant/.coveragerc
Amelia Cordwell 5e16b575ad Additional Tests for Notification, Token and Email
Change-Id: I57f1df7790fd258ea1b5b9365b15816872941b3a
2017-09-01 15:26:29 +12:00

13 lines
215 B
INI

[report]
exclude_lines =
pragma: no cover
def __repr__
if self.debug:
if settings.DEBUG:
raise AssertionError
raise NotImplementedError
self.fail
omit =
adjutant/wsgi.py
setup.py