aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAva Chow <github@achow101.com>2024-01-11 11:23:55 -0500
committerAva Chow <github@achow101.com>2024-01-11 11:30:18 -0500
commit4e104e23816a5dba09ec4ddec7564bf736b8ef9b (patch)
tree1a866ba51d7090684a3955c0fd7ee3a6cc292252 /test/functional/test_runner.py
parent014f52550bb1061de10da4424c19f2064f53718a (diff)
parent997b9a73e5166b4244f7c5b4fe144d524f3005f4 (diff)
downloadbitcoin-4e104e23816a5dba09ec4ddec7564bf736b8ef9b.tar.xz
Merge bitcoin/bitcoin#28838: test: add assumeutxo wallet test
997b9a73e5166b4244f7c5b4fe144d524f3005f4 test: add assumeutxo wallet test (Sjors Provoost) Pull request description: Extracted from #28616, this adds a (very) basic wallet test for assume utxo. It checks some circumstances where a backup can and can't be loaded. ACKs for top commit: maflcko: lgtm ACK 997b9a73e5166b4244f7c5b4fe144d524f3005f4 achow101: ACK 997b9a73e5166b4244f7c5b4fe144d524f3005f4 theStack: Code-review ACK 997b9a73e5166b4244f7c5b4fe144d524f3005f4 Tree-SHA512: 69474e56c6a46bb4f30fc54f8e5844766ac2a5f8226bb0b168d11ae1e3d4eae58570c1f1b4cc2b2f6f51b5d0e055bbe2bbd11684265215e01d4eb81ab4b7b0bb
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 2460b2e3e6..fb1e3594bb 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -343,6 +343,7 @@ BASE_SCRIPTS = [
'feature_filelock.py',
'feature_loadblock.py',
'feature_assumeutxo.py',
+ 'wallet_assumeutxo.py --descriptors',
'p2p_dos_header_tree.py',
'p2p_add_connections.py',
'feature_bind_port_discover.py',