2018-07-06 18:31:35 -04:00
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
coverage
|
2019-05-24 16:14:47 -04:00
|
|
|
|
2018-07-06 18:31:35 -04:00
|
|
|
extras = test
|
|
|
|
changedir = {toxinidir}/tests
|
|
|
|
setenv =
|
|
|
|
HOME=/tmp
|
2020-04-11 17:27:41 -04:00
|
|
|
passenv = TEST_DB
|
2018-07-06 18:31:35 -04:00
|
|
|
commands =
|
2020-06-05 00:35:22 -04:00
|
|
|
blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest -vv integration.blockchain.test_claim_commands.ChannelCommands.test_create_channel_names {posargs}
|
|
|
|
#blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
|
2019-12-31 20:08:19 -05:00
|
|
|
datanetwork: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.datanetwork {posargs}
|
|
|
|
other: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.other {posargs}
|