enable passing args to tests

This commit is contained in:
Alex Grintsvayg 2019-11-21 15:31:46 -05:00
parent 6d0a054170
commit df635b963c
No known key found for this signature in database
GPG key ID: AEB3F089F86A22B5

View file

@ -13,4 +13,4 @@ setenv =
TORBA_LEDGER=lbry.wallet
commands =
orchstr8 download
coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration
coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration {posargs}