Initial commit
This commit is contained in:
commit
b1a1a6866d
23 changed files with 495 additions and 0 deletions
13
.coveragerc
Normal file
13
.coveragerc
Normal file
|
|
@ -0,0 +1,13 @@
|
|||
[run]
|
||||
branch = True
|
||||
source =
|
||||
|
||||
[report]
|
||||
exclude_lines =
|
||||
if self.debug:
|
||||
pragma: no cover
|
||||
raise NotImplementedError
|
||||
if __name__ == .__main__.:
|
||||
ignore_errors = True
|
||||
omit =
|
||||
tests/*
|
||||
Loading…
Add table
Add a link
Reference in a new issue