
* 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
11 lines
188 B
INI
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
|