lbry-sdk/tox.ini

18 lines
915 B
INI
Raw Normal View History

2018-07-06 18:31:35 -04:00
[testenv]
deps =
coverage
2020-06-27 22:24:59 -04:00
extras = test,postgres
2018-07-06 18:31:35 -04:00
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
2020-06-09 20:48:38 -04:00
passenv =
TEST_DB
2018-07-06 18:31:35 -04:00
commands =
2020-06-09 20:48:38 -04:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_claim_commands.ChannelCommands.test_create_channel_names {posargs}
2020-06-21 19:52:59 -04:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_blockchain {posargs}
2020-08-20 14:27:28 -04:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.service.test_daemon {posargs}
2020-06-05 00:35:22 -04:00
#blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
2020-06-06 20:54:34 -04: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}