Skip to content

Commit

Permalink
add python -m pytest
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 25, 2024
1 parent c275085 commit 20124fc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,8 @@ deps =
cov: mock

commands =
pytest --pyargs '{toxinidir}' {posargs}
cov: pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs}
pip freeze
python -m pytest --pyargs '{toxinidir}' {posargs}
cov: python -m pytest --pyargs '{toxinidir}' --cov goodman_pipeline {posargs}
cov: coverage xml -o '{toxinidir}/coverage.xml'
html: coverage html -d .coverage_html

0 comments on commit 20124fc

Please sign in to comment.