Skip to content

Commit

Permalink
testing full path
Browse files Browse the repository at this point in the history
  • Loading branch information
simontorres committed Jul 25, 2024
1 parent ed9ecd0 commit 3f131a0
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 @@ -23,7 +23,7 @@ deps =

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

0 comments on commit 3f131a0

Please sign in to comment.