Skip to content
Snippets Groups Projects
Commit 751bb00a authored by Bartek Wrona's avatar Bartek Wrona
Browse files

python/tests/run_tests.sh allows to pass additional parameters

parent 3c25ac46
No related branches found
No related tags found
1 merge request!291ubuntu24 04 update
Pipeline #118684 passed
......@@ -3,4 +3,6 @@ set -e
SCRIPTPATH="$( cd -- "$(dirname "$0")" >/dev/null 2>&1 ; pwd -P )"
poetry -C "${SCRIPTPATH}/../" run pytest --junitxml="${SCRIPTPATH}/report.xml" --ignore="${SCRIPTPATH}/simple_flow" --ignore="${SCRIPTPATH}/helpy_test" "${SCRIPTPATH}"
# Allow to pass additional parameters to the underlying pytest command, i.e. -vvv ./tests/operation_visitor to run only single group
poetry -C "${SCRIPTPATH}/../" run pytest --junitxml="${SCRIPTPATH}/report.xml" --ignore="${SCRIPTPATH}/simple_flow" --ignore="${SCRIPTPATH}/helpy_test" "${SCRIPTPATH}" "$@"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment