2015-07-02 12:31:14 +03:00
|
|
|
[tox]
|
|
|
|
|
|
|
|
|
|
[testenv]
|
|
|
|
|
deps=
|
2023-02-20 15:14:20 +00:00
|
|
|
pytest
|
|
|
|
|
coverage
|
2023-02-20 12:00:38 +00:00
|
|
|
passenv=
|
2023-02-20 15:14:20 +00:00
|
|
|
PYTHONASYNCIODEBUG
|
|
|
|
|
PYTHONDEVMODE
|
2015-07-02 12:31:14 +03:00
|
|
|
commands=
|
2023-02-20 15:16:30 +00:00
|
|
|
coverage run --source=electrum \
|
|
|
|
|
'--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' \
|
|
|
|
|
-m pytest electrum/tests -v
|
2023-02-20 15:14:20 +00:00
|
|
|
coverage report
|
2018-05-24 18:57:13 +02:00
|
|
|
extras=
|
2023-02-20 15:14:20 +00:00
|
|
|
tests
|