Added 'return NotImplemented' to list of ignored lines in coverage

pull/81/head
Karl Hobley 2014-02-23 17:31:04 +00:00
rodzic 9322cf71ae
commit 0f1cdd4c4c
1 zmienionych plików z 1 dodań i 0 usunięć

Wyświetl plik

@ -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: