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 667e26a commit b17a1fcCopy full SHA for b17a1fc
1 file changed
scripts/tests_and_coverage.sh
@@ -52,8 +52,7 @@ set +u
52
53
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
54
# Python tests (rerun with debug if failures)
55
- # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
56
- 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/
57
handle_command_error "python code testing"
58
fi
59
0 commit comments