Add .coveragerc.

This commit is contained in:
Florian Bruhin 2015-03-04 23:35:59 +01:00
parent b61f8941de
commit 048823650c

7
.coveragerc Normal file
View File

@ -0,0 +1,7 @@
[report]
exclude_lines =
pragma: no cover
def __repr__
raise AssertionError
raise NotImplementedError
if __name__ == ["']__main__["']: