Merge pull request #697 from sajith/3285.integration-test-posargs

Pass arguments to py.test when running "tox -e integration"

Fixes: ticket:3285
This commit is contained in:
Jean-Paul Calderone 2020-03-10 12:30:19 -04:00 committed by GitHub
commit df2144cc30
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

0
newsfragments/3285.minor Normal file
View File

View File

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