aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorSjors Provoost <sjors@sprovoost.nl>2019-04-27 19:11:43 +0200
committerSjors Provoost <sjors@sprovoost.nl>2021-02-23 14:34:30 +0100
commitf3e6ce78fba2b31173fe7b606aa9edb5b615bff3 (patch)
tree2eb31f5706a490dbd146980efa627d5b56ea7704 /test/functional/test_runner.py
parent8cf543f96dcd6fdfac1367b9e2b1d7d51be8bb76 (diff)
downloadbitcoin-f3e6ce78fba2b31173fe7b606aa9edb5b615bff3.tar.xz
test: add external signer test
Includes a mock to mimick the HWI interace.
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 d742ef4eee..79ad2cf161 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -111,6 +111,7 @@ BASE_SCRIPTS = [
'wallet_listtransactions.py --legacy-wallet',
'wallet_listtransactions.py --descriptors',
'feature_taproot.py',
+ 'wallet_signer.py --descriptors',
# vv Tests less than 60s vv
'p2p_sendheaders.py',
'wallet_importmulti.py --legacy-wallet',