Skip to content

Commit

Permalink
Rename framework workflow test script for easier test collection
Browse files Browse the repository at this point in the history
If you want to run or collect workflow tests now you've got to indicate
the full path currently (i.e. `pytest --collect-only
lib/galaxy_test/workflow/tests.py`). With this change `pytest
--collect-only lib/galaxy_test/workflow/` or just `pytest --collect-only
lib/galaxy_test/` will also discover the workflow tests.
  • Loading branch information
mvdbeek committed Oct 2, 2024
1 parent 3f39b62 commit bdbd38f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
File renamed without changes.
2 changes: 1 addition & 1 deletion run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -597,7 +597,7 @@ elif [ -n "$framework_workflows_test" ]; then
else
selector=""
fi
extra_args="lib/galaxy_test/workflow/tests.py $selector"
extra_args="lib/galaxy_test/workflow/test_framework_workflows.py $selector"
elif [ -n "$selenium_script" ]; then
extra_args="$selenium_script"
elif [ -n "$toolshed_script" ]; then
Expand Down

0 comments on commit bdbd38f

Please sign in to comment.