This website requires JavaScript.
Explore
Help
Sign In
davide
/
purple-electrumwallet
Watch
1
Star
0
Fork
0
You've already forked purple-electrumwallet
Code
Issues
1
Pull Requests
Actions
Packages
Projects
Releases
Wiki
Activity
Files
7cc344dbc9025cd8a37b54c622ccd78cc36e67c3
purple-electrumwallet
/
electrum
/
tests
T
History
SomberNight
7dcaa4b204
tests: add tests for wallet/invoices functionality
...
only for payment requests ("incoming invoices") for now
2023-01-12 18:19:08 +00:00
..
regtest
fix watchtower regtest flakiness caused by CTN variability.
fixes
#7961
2022-09-01 09:56:46 +02:00
__init__.py
tests: add "as_testnet" fn decorator, to run single tests in testnet
2022-10-31 18:44:38 +00:00
regtest.py
…
slip39-vectors.json
…
test_bitcoin.py
…
test_blockchain.py
…
test_bolt11.py
…
test_coinchooser.py
…
test_commands.py
flake8: enable more mandatory tests
2022-10-31 16:13:22 +00:00
test_invoices.py
tests: add tests for wallet/invoices functionality
2023-01-12 18:19:08 +00:00
test_lnchannel.py
Trampoline: Remember failed routes (
fixes
#7967
).
2022-09-19 16:42:46 +02:00
test_lnhtlc.py
…
test_lnmsg.py
…
test_lnpeer.py
test_lnpeer: instead of sleeping for 0.2s, wait until peers are initialized
2022-09-23 12:42:15 +02:00
test_lnrouter.py
…
test_lntransport.py
tests: fix TestLNTransport probabilistic failure
2022-11-03 15:45:15 +00:00
test_lnurl.py
add lnurl-pay and lightning address support
2022-06-29 16:18:15 +02:00
test_lnutil.py
flake8: enable more mandatory tests
2022-10-31 16:13:22 +00:00
test_mnemonic.py
…
test_mpp_split.py
test_mpp_split: add tests for exclude_single_part_payments=False
2022-09-20 13:49:16 +02:00
test_network.py
…
test_psbt.py
…
test_revealer.py
…
test_simple_config.py
…
test_storage_upgrade.py
tests: add "as_testnet" fn decorator, to run single tests in testnet
2022-10-31 18:44:38 +00:00
test_transaction.py
…
test_util.py
util.parse_URI: honour docstring and only raise InvalidBitcoinURI
2022-11-03 12:47:21 +00:00
test_verifier.py
…
test_wallet_vertical.py
Simplify RBF user experience:
2022-12-13 11:26:44 +01:00
test_wallet.py
exchange_rate: more robust spot price against temporary network issues
2022-08-26 11:48:51 +00:00
test_x509.py
…