Change scripts model of setup

This commit is contained in:
2022-05-04 19:39:25 +02:00
parent e9d44e928b
commit 791991c929
39 changed files with 737 additions and 993 deletions

View File

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