Add .coveragerc.
This commit is contained in:
parent
b61f8941de
commit
048823650c
7
.coveragerc
Normal file
7
.coveragerc
Normal file
@ -0,0 +1,7 @@
|
|||||||
|
[report]
|
||||||
|
exclude_lines =
|
||||||
|
pragma: no cover
|
||||||
|
def __repr__
|
||||||
|
raise AssertionError
|
||||||
|
raise NotImplementedError
|
||||||
|
if __name__ == ["']__main__["']:
|
Loading…
Reference in New Issue
Block a user