mirror of
https://github.com/zulip/zulip.git
synced 2025-11-09 16:37:23 +00:00
coverage: Don't require coverage for NotImplementedErrors.
This commit is contained in:
@@ -5,6 +5,8 @@ exclude_lines =
|
|||||||
pragma: no cover
|
pragma: no cover
|
||||||
# Don't complain if non-runnable code isn't run:
|
# Don't complain if non-runnable code isn't run:
|
||||||
if False:
|
if False:
|
||||||
|
# Don't require coverage for base class NotImplementedErrors
|
||||||
|
raise NotImplementedError()
|
||||||
|
|
||||||
[run]
|
[run]
|
||||||
omit =
|
omit =
|
||||||
|
|||||||
Reference in New Issue
Block a user