Skip to content

Commit

Permalink
upd: tests configuration
Browse files Browse the repository at this point in the history
  • Loading branch information
aliev committed Jan 25, 2025
1 parent 805cf3c commit 11e519f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
3 changes: 1 addition & 2 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,7 @@ lint: ## check style with flake8
pre-commit run --all-files

test: ## run tests quickly with the default Python
coverage run -m pytest tests
coverage xml -o junit.xml
pytest --cov --junitxml=junit.xml -o junit_family=legacy

release: dist ## package and upload a release
twine upload dist/*
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -50,6 +50,7 @@ dev = [
"mypy",
"bandit",
"pre-commit",
"pytest-cov",
]

docs = [
Expand Down

0 comments on commit 11e519f

Please sign in to comment.