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:
commit
df2144cc30
2
tox.ini
2
tox.ini
|
@ -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
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue