Skip to content

Commit

Permalink
TST: Add .coveragerc
Browse files Browse the repository at this point in the history
  • Loading branch information
Kelsey Jordahl committed Jan 18, 2014
1 parent 3da00d2 commit ed689c5
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == .__main__.:

0 comments on commit ed689c5

Please sign in to comment.