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 \
|
2024-02-16 15:33:34 +01:00
|
|
|
'--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*' \
|
|
|
|
|
-m pytest 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
|
2024-02-12 11:29:05 +01:00
|
|
|
qml_gui
|