More verbose output is helpful when debugging.

This commit is contained in:
Itamar Turner-Trauring 2022-05-13 12:58:55 -04:00
parent be2c6b09f3
commit b0b67826e8
1 changed files with 1 additions and 1 deletions

View File

@ -97,7 +97,7 @@ setenv =
COVERAGE_PROCESS_START=.coveragerc
commands =
# NOTE: 'run with "py.test --keep-tempdir -s -v integration/" to debug failures'
py.test --timeout=1800 --coverage -v {posargs:integration}
py.test --timeout=1800 --coverage -s -v {posargs:integration}
coverage combine
coverage report