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.
2 parents 9dec146 + cb1d404 commit 94e5bddCopy full SHA for 94e5bdd
tox.ini
@@ -76,7 +76,7 @@ deps =
76
pexpect
77
{env:_PYTEST_TOX_EXTRA_DEP:}
78
commands =
79
- {env:_PYTEST_TOX_COVERAGE_RUN:} pytest testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py {posargs}
+ {env:_PYTEST_TOX_COVERAGE_RUN:} pytest {posargs:testing/test_pdb.py testing/test_terminal.py testing/test_unittest.py}
80
81
[testenv:py37-pexpect]
82
platform = {[testenv:py27-pexpect]platform}
0 commit comments