File tree 4 files changed +4
-4
lines changed
4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ environment:
24
24
global :
25
25
PYTHONFAULTHANDLER : 1
26
26
PYTHONIOENCODING : UTF-8
27
- PYTEST_ARGS : -raR --numprocesses=auto --timeout=300 --durations=25
27
+ PYTEST_ARGS : -rfEsXR --numprocesses=auto --timeout=300 --durations=25
28
28
--cov-report= --cov=lib --log-level=DEBUG
29
29
30
30
matrix :
Original file line number Diff line number Diff line change @@ -242,7 +242,7 @@ jobs:
242
242
shell : bash.exe -eo pipefail -o igncr "{0}"
243
243
id : cygwin-run-pytest
244
244
run : |
245
- xvfb-run pytest -raR -n auto \
245
+ xvfb-run pytest -rfEsXR -n auto \
246
246
--maxfail=50 --timeout=300 --durations=25 \
247
247
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
248
248
Original file line number Diff line number Diff line change @@ -316,7 +316,7 @@ jobs:
316
316
317
317
- name : Run pytest
318
318
run : |
319
- pytest -raR -n auto \
319
+ pytest -rfEsXR -n auto \
320
320
--maxfail=50 --timeout=300 --durations=25 \
321
321
--cov-report=xml --cov=lib --log-level=DEBUG --color=yes
322
322
Original file line number Diff line number Diff line change @@ -216,7 +216,7 @@ stages:
216
216
fi
217
217
echo "##vso[task.setvariable variable=VS_COVERAGE_TOOL]$TOOL"
218
218
fi
219
- PYTHONFAULTHANDLER=1 pytest -raR -n 2 \
219
+ PYTHONFAULTHANDLER=1 pytest -rfEsXR -n 2 \
220
220
--maxfail=50 --timeout=300 --durations=25 \
221
221
--junitxml=junit/test-results.xml --cov-report=xml --cov=lib
222
222
if [[ -n $SESSION_ID ]]; then
You can’t perform that action at this time.
0 commit comments