lbry-sdk/tox.ini

19 lines
1.1 KiB
INI
Raw Normal View History

2018-07-07 00:31:35 +02:00
[testenv]
deps =
coverage
2018-07-07 00:31:35 +02:00
extras = test
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-10 05:52:08 +02:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_blockchain.TestBlockchainEvents {posargs}
2020-06-10 21:25:45 +02:00
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_blockchain.TestMultiBlockFileSyncAndEvents {posargs}
blockchain: coverage run -p --rcfile={toxinidir}/setup.cfg -m unittest -vv integration.blockchain.test_blockchain.TestBasicSyncScenarios {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}