1
0

ci: also run unit tests with PYTHONASYNCIODEBUG=1

This can reveal additional asyncio-related bugs,
and due to also enabling the full "debug mode", maybe more.
This commit is contained in:
SomberNight
2023-02-20 12:00:38 +00:00
parent 9a5496cfd8
commit f5eabaff55
2 changed files with 12 additions and 1 deletions

View File

@@ -4,6 +4,9 @@
deps=
pytest
coverage
passenv=
PYTHONASYNCIODEBUG
PYTHONDEVMODE
commands=
coverage run --source=electrum '--omit=electrum/gui/*,electrum/plugins/*,electrum/scripts/*,electrum/tests/*' -m pytest -v
coverage report