aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJoão Barbosa <joao.paulo.barbosa@gmail.com>2019-02-19 15:14:27 +0000
committerJoão Barbosa <joao.paulo.barbosa@gmail.com>2020-03-10 08:14:04 +0000
commitcbf2d75d8f49b7b1e32acb5373b312b484f3fa6a (patch)
tree0615363e636a2c18d642fbe185403bd80a7ca79f /test/functional/test_runner.py
parent6fb4bbfb0e5f1885bd8c4fea652facfbe3de5299 (diff)
downloadbitcoin-cbf2d75d8f49b7b1e32acb5373b312b484f3fa6a.tar.xz
qa: Add getdescriptorinfo functional test
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 2036d20852..7edb36c151 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -217,6 +217,7 @@ BASE_SCRIPTS = [
'feature_config_args.py',
'rpc_getaddressinfo_labels_purpose_deprecation.py',
'rpc_getaddressinfo_label_deprecation.py',
+ 'rpc_getdescriptorinfo.py',
'rpc_help.py',
'feature_help.py',
'feature_shutdown.py',