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}""$@"