mirror of
https://github.com/Hopiu/django-watson.git
synced 2026-03-16 22:00:22 +00:00
20 lines
387 B
INI
20 lines
387 B
INI
[run]
|
|
source =
|
|
watson
|
|
tests
|
|
|
|
[report]
|
|
exclude_lines =
|
|
# Have to re-enable the standard pragma
|
|
pragma: no cover
|
|
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
assert False
|
|
|
|
# Don't complain if tests don't hit model __str__ methods.
|
|
def __str__
|
|
|
|
show_missing = True
|
|
skip_covered = True
|