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

View File

@@ -7,6 +7,14 @@ lint: ## Lint and static-check
flake8 benchmark
mypy benchmark
test: ## Run tests
python -m unittest -v benchmark.tests
coverage: ## Run tests with coverage
coverage erase
coverage run -m unittest -v benchmark.tests
coverage report -m
audit: ## Audit pip
pip-audit