Skip to content

Commit

Permalink
update pytest command
Browse files Browse the repository at this point in the history
  • Loading branch information
grizz committed Apr 28, 2024
1 parent 34633bb commit 3bca523
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ allowlist_externals = poetry
commands =
pip install pip -U
poetry install -v --extras all
poetry run pytest tests/ --cov="{envsitepackagesdir}/vaping" --cov-report=xml
poetry run pytest -vs --cov={toxinidir}/src --cov-report=term-missing --cov-report=xml tests/

[pytest]
norecursedirs = .Ctl .tox data gen

0 comments on commit 3bca523

Please sign in to comment.