Add a .coveragerc file
This commit is contained in:
parent
02a566c129
commit
b36a9a1523
1 changed files with 7 additions and 0 deletions
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 a new issue