Add a .coveragerc file

This commit is contained in:
Valentin Samir 2016-06-26 17:20:26 +02:00
parent 02a566c129
commit b36a9a1523

7
.coveragerc Normal file
View file

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