adjutant/.coveragerc
Amelia Cordwell 09ce93f5b7 Additional tests for project actions
* A few slight changes that threw errors during the tests
* Adds a coveragerc file which ignores a few common things that
  will not be tested

Change-Id: I5c3604783dce67585ba3592e723649707549b65a
2017-06-16 15:52:16 +12:00

11 lines
188 B
INI

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