We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d4ffb8 commit 5b14d73Copy full SHA for 5b14d73
scripts/tests_and_coverage.sh
@@ -43,8 +43,7 @@ set +u
43
44
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
45
# Python tests (rerun with debug if failures)
46
- # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
47
- PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
+ PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing || PYTHONPATH=$(pwd) pytest -xrpP --log-level debug tests/
48
handle_command_error "python code testing"
49
fi
50
0 commit comments