Skip to content

Commit 1c45915

Browse files
authored
Merge pull request faif#236 from GiantsLoveDeathMetal/add-coveragerc
Add coveragerc to ignore NotImplementedError's in tests
2 parents cde989f + aa5f77f commit 1c45915

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.coveragerc

Lines changed: 6 additions & 0 deletions
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)