Skip to content

Commit

Permalink
Ignore abstract methods in code coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
mhostetter committed Aug 18, 2021
1 parent a8c8977 commit 589a2ed
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -106,3 +106,9 @@ markers =
Z10_20_mul: Tests run over the Z(10^20, *) multiplicative group
# addopts = -v
testpaths = tests

[coverage:report]
exclude_lines =
pragma: no cover
raise AssertionError
raise NotImplementedError

0 comments on commit 589a2ed

Please sign in to comment.