aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorMichael Dietz <michael.dietz@waya.ai>2021-05-26 10:36:02 -0400
committerMichael Dietz <michael.dietz@waya.ai>2021-08-16 10:43:07 +0500
commit1f20501efce041d34e63ab9a11359bedf4a82cd5 (patch)
treedff6422e7126a4ded19b5d8f99c4f3285180b1eb /test/functional/test_runner.py
parent803ef70fd9f65ef800567ff9456fac525bc3e3c2 (diff)
downloadbitcoin-1f20501efce041d34e63ab9a11359bedf4a82cd5.tar.xz
test: add functional test for multisig flow with descriptor wallets and PSBTs
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 1a1a6a263a..ade8bf2aa9 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -204,6 +204,7 @@ BASE_SCRIPTS = [
'feature_assumevalid.py',
'example_test.py',
'wallet_txn_doublespend.py --legacy-wallet',
+ 'wallet_multisig_descriptor_psbt.py',
'wallet_txn_doublespend.py --descriptors',
'feature_backwards_compatibility.py --legacy-wallet',
'feature_backwards_compatibility.py --descriptors',