mirror of
https://github.com/Doctorado-ML/benchmark.git
synced 2025-08-16 07:55:54 +00:00
Begin testing
This commit is contained in:
8
Makefile
8
Makefile
@@ -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
|
||||
|
||||
|
Reference in New Issue
Block a user