File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ environment:
2424 global :
2525 PYTHONFAULTHANDLER : 1
2626 PYTHONIOENCODING : UTF-8
27- PYTEST_ARGS : -raR --numprocesses=auto --timeout=300 --durations=25
27+ PYTEST_ARGS : -rfEsXR --numprocesses=auto --timeout=300 --durations=25
2828 --cov-report= --cov=lib --log-level=DEBUG
2929
3030 matrix :
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242242 shell : bash.exe -eo pipefail -o igncr "{0}"
243243 id : cygwin-run-pytest
244244 run : |
245- xvfb-run pytest -raR -n auto \
245+ xvfb-run pytest -rfEsXR -n auto \
246246 --maxfail=50 --timeout=300 --durations=25 \
247247 --cov-report=xml --cov=lib --log-level=DEBUG --color=yes
248248
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316316
317317 - name : Run pytest
318318 run : |
319- pytest -raR -n auto \
319+ pytest -rfEsXR -n auto \
320320 --maxfail=50 --timeout=300 --durations=25 \
321321 --cov-report=xml --cov=lib --log-level=DEBUG --color=yes
322322
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ stages:
216216 fi
217217 echo "##vso[task.setvariable variable=VS_COVERAGE_TOOL]$TOOL"
218218 fi
219- PYTHONFAULTHANDLER=1 pytest -raR -n 2 \
219+ PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
220220 --maxfail=50 --timeout=300 --durations=25 \
221221 --junitxml=junit/test-results.xml --cov-report=xml --cov=lib
222222 if [[ -n $SESSION_ID ]]; then
You can’t perform that action at this time.
0 commit comments