tox: Add a unittests-watch environment.
This commit is contained in:
parent
88416db6a3
commit
5e58d814d7
11
tox.ini
11
tox.ini
@ -31,6 +31,17 @@ commands =
|
|||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw {posargs:tests}
|
||||||
|
|
||||||
|
[testenv:unittests-watch]
|
||||||
|
setenv = {[testenv:unittests]setenv}
|
||||||
|
passenv = {[testenv:unittests]passenv}
|
||||||
|
deps =
|
||||||
|
{[testenv:unittests]deps}
|
||||||
|
pytest-testmon==0.6
|
||||||
|
pytest-watch==3.2.0
|
||||||
|
commands =
|
||||||
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
|
{envdir}/bin/ptw -- --testmon --strict -rfEsw {posargs:tests}
|
||||||
|
|
||||||
[testenv:unittests-frozen]
|
[testenv:unittests-frozen]
|
||||||
setenv = {[testenv:unittests]setenv}
|
setenv = {[testenv:unittests]setenv}
|
||||||
passenv = {[testenv:unittests]passenv}
|
passenv = {[testenv:unittests]passenv}
|
||||||
|
Loading…
Reference in New Issue
Block a user