commit
09c77cfa83
6
tox.ini
6
tox.ini
@ -26,7 +26,7 @@ deps =
|
|||||||
# on Ubuntu Trusty.
|
# on Ubuntu Trusty.
|
||||||
commands =
|
commands =
|
||||||
{envpython} scripts/link_pyqt.py --tox {envdir}
|
{envpython} scripts/link_pyqt.py --tox {envdir}
|
||||||
{envpython} -m py.test {posargs}
|
{envpython} -m py.test --strict {posargs}
|
||||||
|
|
||||||
[testenv:coverage]
|
[testenv:coverage]
|
||||||
deps =
|
deps =
|
||||||
@ -36,7 +36,7 @@ deps =
|
|||||||
cov-core==1.15.0
|
cov-core==1.15.0
|
||||||
commands =
|
commands =
|
||||||
{[testenv:mkvenv]commands}
|
{[testenv:mkvenv]commands}
|
||||||
{envpython} -m py.test --cov qutebrowser --cov-report term --cov-report html {posargs}
|
{envpython} -m py.test --strict --cov qutebrowser --cov-report term --cov-report html {posargs}
|
||||||
|
|
||||||
[testenv:misc]
|
[testenv:misc]
|
||||||
commands =
|
commands =
|
||||||
@ -109,3 +109,5 @@ commands =
|
|||||||
|
|
||||||
[pytest]
|
[pytest]
|
||||||
norecursedirs = .tox .venv
|
norecursedirs = .tox .venv
|
||||||
|
markers =
|
||||||
|
gui: Tests using the GUI (e.g. spawning widgets)
|
||||||
|
Loading…
Reference in New Issue
Block a user