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