turn on verbose pytest output
This commit is contained in:
2
tox.ini
2
tox.ini
@@ -47,7 +47,7 @@ commands =
|
|||||||
sh -c "which python"
|
sh -c "which python"
|
||||||
python -V
|
python -V
|
||||||
coverage --version
|
coverage --version
|
||||||
asyncio: coverage run --source {envsitepackagesdir}/autobahn/ {envbindir}/py.test {envsitepackagesdir}/autobahn/
|
asyncio: coverage run --source {envsitepackagesdir}/autobahn/ {envbindir}/py.test -v {envsitepackagesdir}/autobahn/
|
||||||
tw121,tw132,tw154: coverage run {envbindir}/trial autobahn
|
tw121,tw132,tw154: coverage run {envbindir}/trial autobahn
|
||||||
tw165,tw171,twtrunk: coverage run -m twisted.trial autobahn
|
tw165,tw171,twtrunk: coverage run -m twisted.trial autobahn
|
||||||
coverage report
|
coverage report
|
||||||
|
|||||||
Reference in New Issue
Block a user