Skip to content

Commit

Permalink
debugs file path for test files
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Dec 28, 2023
1 parent 314e488 commit 410818b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ commands_pre =
# freeze environment
pip freeze
commands =
coverage run -m unittest discover -s orangecontrib/storynavigation/tests
ls .
ls /home/runner/work/orange-story-navigator/
ls /home/runner/work/orange-story-navigator/orange-story-navigator
coverage run -m unittest discover
# coverage run -m pytest -v orangecontrib/storynavigation
coverage report

0 comments on commit 410818b

Please sign in to comment.