Thanks to visit codestin.com Credit goes to github.com
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 c0e7fbe commit 52f012aCopy full SHA for 52f012a
azure-pipelines.yml
@@ -107,7 +107,7 @@ steps:
107
displayName: 'print env'
108
109
- bash: |
110
- PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -raR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
+ PYTHONFAULTHANDLER=1 python -m pytest --junitxml=junit/test-results.xml -vraR --maxfail=50 --timeout=300 --durations=25 --cov-report= --cov=lib -n 2 ||
111
[[ "$PYTHON_VERSION" = 'Pre' ]]
112
displayName: 'pytest'
113
0 commit comments