forked from LBRYCommunity/lbry-sdk
test verbosity
This commit is contained in:
parent
0b31aad901
commit
7dc3e4e7a1
1 changed files with 2 additions and 2 deletions
|
@ -13,6 +13,6 @@ changedir = {toxinidir}/tests
|
||||||
setenv =
|
setenv =
|
||||||
integration: TORBA_LEDGER={envname}
|
integration: TORBA_LEDGER={envname}
|
||||||
commands =
|
commands =
|
||||||
unit: coverage run -p --source={envsitepackagesdir}/torba -m unittest discover -t . client_tests.unit
|
unit: coverage run -p --source={envsitepackagesdir}/torba -m unittest discover -vv -t . client_tests.unit
|
||||||
integration: orchstr8 download
|
integration: orchstr8 download
|
||||||
integration: coverage run -p --source={envsitepackagesdir}/torba -m unittest discover -t . client_tests.integration
|
integration: coverage run -p --source={envsitepackagesdir}/torba -m unittest discover -vv -t . client_tests.integration
|
||||||
|
|
Loading…
Add table
Reference in a new issue