Skip to content

Commit

Permalink
Merge branch 'master' into pretty_print
Browse files Browse the repository at this point in the history
  • Loading branch information
obi1kenobi committed Jul 25, 2017
2 parents 1c29619 + 175b68f commit 3a62af8
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .coveragerc
Expand Up @@ -14,3 +14,6 @@ exclude_lines =
# Don't complain if tests don't hit defensive assertion code
raise AssertionError
raise NotImplementedError

# Don't complain if non-runnable code isn't run:
if __name__ == .__main__.:

0 comments on commit 3a62af8

Please sign in to comment.