Skip to content

Commit

Permalink
exclude raise ValueError - usually when validating server protocol
Browse files Browse the repository at this point in the history
  • Loading branch information
grooverdan committed Aug 27, 2015
1 parent 0d8e1f6 commit 96996db
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .coveragerc
Original file line number Diff line number Diff line change
Expand Up @@ -12,3 +12,5 @@ exclude_lines =
def __repr__
def __str__
raise NotImplementedError
def __getattr__
raise ValueError

0 comments on commit 96996db

Please sign in to comment.