Stub project

This commit is contained in:
2021-05-12 12:53:01 +02:00
parent 2701fa4914
commit 705981dd4b
11 changed files with 185 additions and 1 deletions

13
.coveragerc Normal file
View File

@@ -0,0 +1,13 @@
[run]
branch = True
source = cfs
[report]
exclude_lines =
if self.debug:
pragma: no cover
raise NotImplementedError
if __name__ == .__main__.:
ignore_errors = True
omit =
cfs/__init__.py