mirror of
https://github.com/cryptoadvance/specter-desktop.git
synced 2026-08-13 12:33:29 +02:00
* refactor fixtures and add testnet fixture * make timeouts configurable * test timeout more properly * refactor utxo_scanning * refactor psbt_creator and utxo_scanner into commands (pattern) * basic testing based on testnet * import fix * Update tests/test_commands_utxo_scanner.py Co-authored-by: Manolis <70536101+moneymanolis@users.noreply.github.com> * Update tests/fix_testnet.py * changes after the review * black and updating black Co-authored-by: Manolis <70536101+moneymanolis@users.noreply.github.com>
11 lines
No EOL
185 B
Text
11 lines
No EOL
185 B
Text
# requirements for testing
|
|
black==22.3.0
|
|
pre-commit==2.13.0
|
|
docker==4.3.1
|
|
pip-tools==5.5.0
|
|
pytest==6.1.2
|
|
PySocks==1.7.1
|
|
pytest-cov==2.10.1
|
|
mock==4.0.2
|
|
babel==2.9.1
|
|
python-gitlab==2.10.1 |