Skip to content

Commit

Permalink
fix: test also test/ folder
Browse files Browse the repository at this point in the history
  • Loading branch information
oesteban committed Sep 30, 2024
1 parent a7880a3 commit 3501207
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 @@ -42,7 +42,7 @@ deps =
min: pybids ==0.15.6
commands =
pytest --doctest-modules --cov eddymotion --cov-report xml \
--junitxml=test-results.xml -v src/eddymotion {posargs}
--junitxml=test-results.xml -v src test {posargs}

[testenv:docs]
description = Build documentation site
Expand Down

0 comments on commit 3501207

Please sign in to comment.