tox: Add pytest-faulthandler for main testenv.
This commit is contained in:
parent
5ecd935ee3
commit
3153f69945
3
tox.ini
3
tox.ini
@ -21,6 +21,7 @@ deps =
|
|||||||
pytest-qt==1.7.0
|
pytest-qt==1.7.0
|
||||||
pytest-mock==0.8.1
|
pytest-mock==0.8.1
|
||||||
pytest-html==1.6
|
pytest-html==1.6
|
||||||
|
pytest-faulthandler==1.0.1
|
||||||
hypothesis==1.11.4
|
hypothesis==1.11.4
|
||||||
coverage==4.0.0
|
coverage==4.0.0
|
||||||
pytest-cov==2.2.0
|
pytest-cov==2.2.0
|
||||||
@ -30,7 +31,7 @@ deps =
|
|||||||
Werkzeug==0.10.4
|
Werkzeug==0.10.4
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= {posargs:tests}
|
{envpython} -m py.test --strict -rfEsw --cov qutebrowser --cov-report xml --cov-report=html --cov-report= --faulthandler-timeout=20 {posargs:tests}
|
||||||
{envpython} scripts/dev/check_coverage.py {posargs}
|
{envpython} scripts/dev/check_coverage.py {posargs}
|
||||||
|
|
||||||
[testenv:mkvenv]
|
[testenv:mkvenv]
|
||||||
|
Loading…
Reference in New Issue
Block a user