Begin testing

This commit is contained in:
2022-04-22 21:48:44 +02:00
parent 668f6463b3
commit 63f7d1b3aa
13 changed files with 2843 additions and 734 deletions

14
.coveragerc Normal file
View File

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