2021-01-10 18:30:07 +00:00
|
|
|
[tox]
|
|
|
|
envlist = py3
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
setenv =
|
|
|
|
COINCURVE_IGNORE_SYSTEM_LIB = 1
|
2021-02-04 22:42:15 +00:00
|
|
|
FOR_TOX = 1
|
2021-01-10 18:30:07 +00:00
|
|
|
passenv =
|
2021-02-04 22:42:15 +00:00
|
|
|
DEFAULT_TEST_BINDIR
|
2021-01-10 18:30:07 +00:00
|
|
|
PARTICL_BINDIR
|
|
|
|
BITCOIN_BINDIR
|
|
|
|
LITECOIN_BINDIR
|
|
|
|
XMR_BINDIR
|
2021-01-11 21:48:46 +00:00
|
|
|
TEST_PREPARE_PATH
|
|
|
|
TEST_RELOAD_PATH
|
2021-01-10 18:30:07 +00:00
|
|
|
deps =
|
|
|
|
pytest
|
|
|
|
-rrequirements.txt
|
|
|
|
git+https://github.com/tecnovert/coincurve.git@anonswap#egg=coincurve
|
|
|
|
commands =
|
|
|
|
pytest
|
|
|
|
|
|
|
|
[pytest]
|
|
|
|
addopts = -v -s
|
2022-07-04 20:29:49 +00:00
|
|
|
norecursedirs = tests/basicswap/extended tests/basicswap/selenium
|
2021-01-10 18:30:07 +00:00
|
|
|
testpaths =
|
|
|
|
tests
|