lbry-sdk/tox.ini

20 lines
918 B
INI
Raw Permalink Normal View History

2018-07-07 00:31:35 +02:00
[testenv]
2022-05-12 00:44:38 +02:00
usedevelop = true
2018-07-07 00:31:35 +02:00
deps =
coverage
extras =
test
2022-05-27 15:44:54 +02:00
hub
2018-07-07 00:31:35 +02:00
changedir = {toxinidir}/tests
setenv =
HOME=/tmp
2021-03-30 21:51:08 +02:00
ELASTIC_HOST={env:ELASTIC_HOST:localhost}
2018-07-07 00:31:35 +02:00
commands =
orchstr8 download
blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {posargs}
claims: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.claims {posargs}
takeovers: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.takeovers {posargs}
transactions: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.transactions {posargs}
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}