Skip to content

Commit

Permalink
updates python path for test config
Browse files Browse the repository at this point in the history
  • Loading branch information
kodymoodley committed Dec 28, 2023
1 parent 35a137a commit 98886ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ commands_pre =
pip freeze
commands =
ls /home/runner/work/orange-story-navigator/orange-story-navigator
export PYTHONPATH=/home/runner/work/orange-story-navigator/orange-story-navigator:$PYTHONPATH
coverage run -m unittest discover /home/runner/work/orange-story-navigator/orange-story-navigator/orangecontrib/storynavigation
# coverage run -m pytest -v orangecontrib/storynavigation
coverage report

0 comments on commit 98886ae

Please sign in to comment.