Add a .coveragerc file

This commit is contained in:
Valentin Samir 2016-06-26 17:20:26 +02:00
parent 02a566c129
commit b36a9a1523
1 changed files with 7 additions and 0 deletions

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
def __unicode__
raise AssertionError
raise NotImplementedError