Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
jkobject committed Oct 8, 2024
1 parent d37d25b commit 9b894f8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,9 @@ lint: ## Run pep8, black, mypy linters.

.PHONY: test
test: lint ## Run tests and generate coverage report.
$(ENV_PREFIX)pytest -v --cov-config .coveragerc --cov=bengrn -l --tb=short --maxfail=1 tests/
$(ENV_PREFIX)coverage xml
$(ENV_PREFIX)coverage html
$(ENV_PREFIX)uv run pytest -v --cov-config .coveragerc --cov=bengrn -l --tb=short --maxfail=1 tests/
$(ENV_PREFIX)uv run coverage xml
$(ENV_PREFIX)uv run coverage html

.PHONY: watch
watch: ## Run tests on every change.
Expand Down

0 comments on commit 9b894f8

Please sign in to comment.