13 lines
215 B
INI
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
|