specter-desktop/tests
k9ert a61793d241
Bugfix: Better error-management for run the numbers (#1790)
* Bugfix: Longer Timeout for run_the_numbers

* make run_the_numbers more robust

* again error management

* fixed (now even tested)
2022-07-18 16:54:04 +02:00
..
bitcoin_core Chore: Ci improvements (#103) (#1403) 2021-09-19 22:33:13 +02:00
controller_testdata refactoring to persistence.py #255 (#403) 2020-10-17 15:08:45 +02:00
helpers_testdata Feature: a framework for migrations and migrating single-node (#1414) 2021-10-13 09:05:26 +02:00
xtestdata_testextensions Bugfix: price provider uses wrong user (#1640) 2022-04-02 12:55:21 +02:00
xtestdata_txlist Bugfix: TXs in csv and in the UI now get blocktime for time if confirmed fixes #1552 (#1559) 2022-02-24 14:23:25 +01:00
conftest.py Chore: Refactor_wallet_manager (#1667) 2022-06-20 12:44:58 +02:00
elements_gitrev_pinned Chore: Update elements to 0.21.0.2 (#1641) 2022-04-02 18:33:18 +02:00
fix_devices_and_wallets.py Bugfix: add proper uid to initial config fixes #1714 (#1715) 2022-05-18 17:45:30 +02:00
fix_ghost_machine.py Chore: Refactor UTXO scan (and timeout bugfix for utxo_scan) (#1687) 2022-05-03 18:52:48 +02:00
fix_keys_and_seeds.py Chore: embit Upgrade to 0.4.13 (ripemd160 replacement) (#1702) 2022-05-05 18:35:56 +02:00
fix_testnet.py Chore: Refactor UTXO scan (and timeout bugfix for utxo_scan) (#1687) 2022-05-03 18:52:48 +02:00
install_noded.sh Chore: fix broken cirrus build cache for bitcoind (#1786) 2022-07-02 14:54:32 +02:00
test_checker.py refactoring startup and cli (#717) 2020-12-06 15:40:22 +01:00
test_cli_bitcoind.py Chore: Non-standard ports for test-cypress.sh (#1729) 2022-05-25 19:13:48 +02:00
test_cli_server.py Feature: Api framework (#1232) 2021-07-08 13:10:14 -05:00
test_commands_psbt_creator.py Chore: Refactor UTXO scan (and timeout bugfix for utxo_scan) (#1687) 2022-05-03 18:52:48 +02:00
test_commands_utxo_scanner.py Bugfix: wrong arguments for requests_session (#1719) 2022-05-18 11:13:40 +02:00
test_config.py refactoring startup and cli (#717) 2020-12-06 15:40:22 +01:00
test_decodetx.py swap to embit for xpub and address derivation (#588) 2020-11-10 16:11:10 +01:00
test_devices_specter.py Chore: embit Upgrade to 0.4.13 (ripemd160 replacement) (#1702) 2022-05-05 18:35:56 +02:00
test_ep_controller.py Feature: Extensions - Making more than one Blueprint possible (#1764) 2022-07-01 12:08:54 +02:00
test_ep_wallet_api.py Bugfix: Better error-management for run the numbers (#1790) 2022-07-18 16:54:04 +02:00
test_genericdata_storage.py Feature: Encrypted user data storage (#1453) 2021-11-11 15:25:00 +01:00
test_helpers.py refactor check_methods out of specter (#1106) 2021-04-23 20:50:50 +02:00
test_hwi_rpc.py Chore: migrating to hwi 2.1.0 (#1693) 2022-07-05 13:41:27 +02:00
test_hwibridge.py Bugfix: better error-handling and version checks (#1691) 2022-05-10 09:37:05 +02:00
test_key.py bugfix: Util testing and small bugfix about multisig treshold (#698) 2021-01-30 11:36:59 +01:00
test_labels_import.py UIUX: Overhaul of UTXO list, handling of locked UTXOs and scrollbar added to tx-table web component (#1580) 2022-04-08 11:07:01 +02:00
test_liquid_rpc.py Docs: run tests and avoid elm-tests if you don't want them (#1326) 2021-08-17 17:27:21 +02:00
test_managers_config.py Feature: Node manager (#1146) 2021-05-11 16:44:25 +02:00
test_managers_device.py Chore: embit Upgrade to 0.4.13 (ripemd160 replacement) (#1702) 2022-05-05 18:35:56 +02:00
test_managers_node.py Bugfix: fix keypoolrefill perfomance and adjusted callback logic (#1508) 2022-01-05 17:05:00 +01:00
test_managers_otp.py refactor check_methods out of specter (#1106) 2021-04-23 20:50:50 +02:00
test_managers_service.py Chore: Adjusted releasing process and adding liquidissuer (#1716) 2022-05-25 15:15:29 +02:00
test_managers_user.py Bugfix: prevent using keys twice (#1500) 2022-01-23 23:20:33 +01:00
test_managers_wallet.py Chore: Refactor_wallet_manager (#1667) 2022-06-20 12:44:58 +02:00
test_merkleblock.py blacklify everything (#464) 2020-09-30 11:42:30 +02:00
test_node.py Bugfix: fix keypoolrefill perfomance and adjusted callback logic (#1508) 2022-01-05 17:05:00 +01:00
test_node_controller.py Chore: misc changes (#1733) 2022-05-27 14:59:21 +02:00
test_persistence.py Chore: embit Upgrade to 0.4.13 (ripemd160 replacement) (#1702) 2022-05-05 18:35:56 +02:00
test_rest.py Chore: Refactor UTXO scan (and timeout bugfix for utxo_scan) (#1687) 2022-05-03 18:52:48 +02:00
test_rpc.py Chore: install_noded.sh support for elements binary (#1717) 2022-05-18 09:07:19 +02:00
test_services.py Bugfix: Very last fixes for Service swan (#1537) 2022-01-26 22:11:26 +01:00
test_services_extension_gen.py Feature: CLI and a publishing model for extensions (#1566) 2022-02-25 16:38:41 +01:00
test_services_swan_client.py Feature: CLI and a publishing model for extensions (#1566) 2022-02-25 16:38:41 +01:00
test_specter.py Bugfix: Price data edge-case, fixes #1554 (#1624) 2022-03-08 16:23:15 +01:00
test_specter_migrator.py Bugfix: fix keypoolrefill perfomance and adjusted callback logic (#1508) 2022-01-05 17:05:00 +01:00
test_txlist.py Bugfix: TXs in csv and in the UI now get blocktime for time if confirmed fixes #1552 (#1559) 2022-02-24 14:23:25 +01:00
test_user.py Feature: Service integration - Swan (#1517) 2022-01-13 11:47:28 +01:00
test_util_common.py Feature: CLI and a publishing model for extensions (#1566) 2022-02-25 16:38:41 +01:00
test_util_descriptor.py bugfix: Util testing and small bugfix about multisig treshold (#698) 2021-01-30 11:36:59 +01:00
test_util_fee_estimation.py Feature: Send dialog refactored and sped up (#1454) 2022-01-13 09:38:44 +01:00
test_util_mnemonic.py Bugfix: better error-management for seed words which language is not detected (#1660) 2022-04-20 10:17:01 +02:00
test_util_priceprovider.py Bugfix: price provider uses wrong user (#1640) 2022-04-02 12:55:21 +02:00
test_util_reflection.py Feature: CLI and a publishing model for extensions (#1566) 2022-02-25 16:38:41 +01:00
test_util_reflection_fs.py Feature: CLI and a publishing model for extensions (#1566) 2022-02-25 16:38:41 +01:00
test_util_shell.py Service class refactoring (#1623) 2022-03-21 13:57:55 +01:00
test_util_tx.py Docs: Changes that didn't make into merge commit for #1591 (#1611) 2022-03-08 17:07:15 +01:00
test_util_version.py Bugfix: versionChecker and downloadloc (#1633) 2022-03-22 16:05:42 +01:00
test_util_wallet_importer.py Bugfix: electrum single-sig wallet import (#1573) 2022-02-11 16:56:06 +01:00
test_util_xpub.py bugfix: Util testing and small bugfix about multisig treshold (#698) 2021-01-30 11:36:59 +01:00
test_wallet.py Chore: Refactor UTXO scan (and timeout bugfix for utxo_scan) (#1687) 2022-05-03 18:52:48 +02:00
utils.py Export device types and labels (#1226) 2021-06-17 11:09:53 -05:00