Skip to content

Commit

Permalink
Don't need to test __repr__
Browse files Browse the repository at this point in the history
  • Loading branch information
andykee committed Jul 8, 2020
1 parent bb3e1de commit 3a98460
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ exclude_lines =
raise AssertionError
raise NotImplementedError
raise ImportError

# This stuff always works
def __repr__

0 comments on commit 3a98460

Please sign in to comment.