Loading build-and-test-py-project.sh +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ if [ -d test ]; then ulimit -c unlimited # Need to set both _TEST and _CTX because doctests do not use _TEST. ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw $TESTABLES ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw $PYTEST_ARGS $TESTABLES fi fi Loading
build-and-test-py-project.sh +1 −1 Original line number Diff line number Diff line Loading @@ -30,6 +30,6 @@ if [ -d test ]; then ulimit -c unlimited # Need to set both _TEST and _CTX because doctests do not use _TEST. ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw $TESTABLES ${PY_EXE} -m pytest -rw --durations=10 --tb=native --junitxml=pytest.xml -rxsw $PYTEST_ARGS $TESTABLES fi fi