mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-03-16 22:10:28 +00:00
Added 'return NotImplemented' to list of ignored lines in coverage
This commit is contained in:
parent
9322cf71ae
commit
0f1cdd4c4c
1 changed files with 1 additions and 0 deletions
|
|
@ -22,6 +22,7 @@ exclude_lines =
|
|||
# Don't complain if tests don't hit defensive assertion code:
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
||||
return NotImplemented
|
||||
|
||||
# Don't complain if non-runnable code isn't run:
|
||||
if 0:
|
||||
|
|
|
|||
Loading…
Reference in a new issue