kopia lustrzana https://github.com/wagtail/wagtail
Added 'return NotImplemented' to list of ignored lines in coverage
rodzic
9322cf71ae
commit
0f1cdd4c4c
|
|
@ -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:
|
||||
|
|
|
|||
Ładowanie…
Reference in New Issue