Skip to content

Commit aa5f77f

Browse files
author
GiantsLoveDeathMetal
committed
Add coveragerc to ignore NotImplementedError's in tests
1 parent cde989f commit aa5f77f

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

+6
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
[report]
2+
exclude_lines =
3+
pragma: no cover
4+
# Don't complain if tests don't hit defensive assertion code:
5+
# See: https://stackoverflow.com/a/9212387/3407256
6+
raise NotImplementedError

0 commit comments

Comments
 (0)