Add a .coveragerc file
This commit is contained in:
parent
02a566c129
commit
b36a9a1523
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
||||
[report]
|
||||
exclude_lines =
|
||||
pragma: no cover
|
||||
def __repr__
|
||||
def __unicode__
|
||||
raise AssertionError
|
||||
raise NotImplementedError
|
Loading…
Reference in New Issue
Block a user