100% coverage in Experiments

This commit is contained in:
2022-04-24 00:16:33 +02:00
parent 5848484d53
commit a3ef08f418
7 changed files with 150 additions and 10 deletions

View File

@@ -5,7 +5,6 @@ SHELL := /bin/bash
lint: ## Lint and static-check
black benchmark
flake8 benchmark
mypy benchmark
test: ## Run tests
python -m unittest -v benchmark.tests