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