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 637f875 commit fa5efb2Copy full SHA for fa5efb2
scripts/tests_and_coverage.sh
@@ -25,8 +25,7 @@ set +u
25
26
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "test_and_coverage" ] ; then
27
# Python tests (rerun with debug if failures)
28
- # PYTHONPATH=$(pwd) pytest -qx tests/ --cov='.' --no-cov-on-fail --cov-report term-missing ||
29
- 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/
30
fi
31
32
if [ -z "${GITHUB_ACTIONS}" ] || [ "$1" == "linting" ] ; then
0 commit comments