tox: Fix posargs handling for tests.
This commit is contained in:
parent
95fb908b9b
commit
43500b2e24
4
tox.ini
4
tox.ini
@ -29,7 +29,7 @@ deps =
|
|||||||
pytest-html==1.3.1
|
pytest-html==1.3.1
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw tests {posargs}
|
{envpython} -m py.test --strict -rfEsw {posargs:tests}
|
||||||
|
|
||||||
[testenv:unittests-frozen]
|
[testenv:unittests-frozen]
|
||||||
setenv = {[testenv:unittests]setenv}
|
setenv = {[testenv:unittests]setenv}
|
||||||
@ -52,7 +52,7 @@ deps =
|
|||||||
cov-core==1.15.0
|
cov-core==1.15.0
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEswx -v --cov qutebrowser --cov-report term --cov-report html tests {posargs}
|
{envpython} -m py.test --strict -rfEswx -v --cov qutebrowser --cov-report term --cov-report html {posargs:tests}
|
||||||
|
|
||||||
[testenv:misc]
|
[testenv:misc]
|
||||||
commands =
|
commands =
|
||||||
|
Loading…
Reference in New Issue
Block a user