2019-06-09 17:16:51 -05:00
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
# Have to re-enable the standard pragma
|
|
|
|
pragma: no cover
|
|
|
|
|
|
|
|
# Don't complain if tests don't hit defensive assertion code:
|
|
|
|
raise NotImplementedError
|
2020-01-27 07:59:02 -06:00
|
|
|
.*raise_programming_error.*
|