lbry-sdk/tox.ini

17 lines
796 B
INI
Raw Normal View History

2018-07-07 00:31:35 +02:00
[testenv]
deps =
coverage
2020-06-28 04:24:59 +02:00
extras = test,postgres
2018-07-07 00:31:35 +02:00
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
2020-06-10 02:48:38 +02:00
passenv =
TEST_DB
2018-07-07 00:31:35 +02:00
commands =
2020-06-10 02:48:38 +02: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-22 01:52:59 +02:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_blockchain {posargs}
2020-06-05 06:35:22 +02:00
#blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
2020-06-07 02:54:34 +02: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}