coverage changes

This commit is contained in:
Michael Greene
2014-09-30 11:26:35 -07:00
parent 0a887b3e56
commit 3d591d287b
6 changed files with 26 additions and 30 deletions

18
.coveragerc Normal file
View File

@@ -0,0 +1,18 @@
[run]
branch = True
[report]
exclude_lines =
# keep the standard pragma
pragma: no cover
# Python 2.x compatibility stuff
if six.PY2:
if six.PY3:
def __nonzero__
# debug-only code
def __repr__
# defensive code
raise NotImplementedError