2018-07-07 00:31:35 +02:00
|
|
|
[testenv]
|
|
|
|
deps =
|
|
|
|
coverage
|
2019-05-24 22:14:47 +02:00
|
|
|
|
2018-07-07 00:31:35 +02:00
|
|
|
extras = test
|
|
|
|
changedir = {toxinidir}/tests
|
|
|
|
setenv =
|
|
|
|
HOME=/tmp
|
|
|
|
commands =
|
2019-12-07 23:45:23 +01:00
|
|
|
pip install https://github.com/rogerbinns/apsw/releases/download/3.30.1-r1/apsw-3.30.1-r1.zip \
|
|
|
|
--global-option=fetch \
|
|
|
|
--global-option=--version --global-option=3.30.1 --global-option=--all \
|
|
|
|
--global-option=build --global-option=--enable --global-option=fts5
|
2018-07-18 06:02:49 +02:00
|
|
|
orchstr8 download
|
2020-01-01 02:08:19 +01:00
|
|
|
blockchain: coverage run -p --source={envsitepackagesdir}/lbry -m unittest discover -vv integration.blockchain {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}
|