Merge pull request #8881 from accumulator/qobject_test

add a simple test framework for testing QObjects and their signal/slot mechanism
This commit is contained in:
ghost43
2024-02-15 14:46:50 +00:00
committed by GitHub
6 changed files with 244 additions and 1 deletions

View File

@@ -36,6 +36,8 @@ task:
install_script:
- apt-get update
- apt-get -y install libsecp256k1-dev
# qml test reqs:
- apt-get -y install libgl1 libegl1 libxkbcommon0 libdbus-1-3
- pip install -r $ELECTRUM_REQUIREMENTS_CI
tox_script:
- export PYTHONASYNCIODEBUG