aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorWladimir J. van der Laan <laanwj@gmail.com>2016-09-25 21:09:13 +0200
committerWladimir J. van der Laan <laanwj@gmail.com>2017-01-05 11:30:20 +0100
commit2ca9dcd5b934bb85088415e44b967e2b93c00227 (patch)
tree3094084c954f31adc1ce11a12a96210919cda77f /qa/pull-tester
parentfba1a6150c1f7f9e3b407faefba4ccc710fe075e (diff)
downloadbitcoin-2ca9dcd5b934bb85088415e44b967e2b93c00227.tar.xz
test: Add test for RPC named arguments
Add RPC testcase for RPC named arguments.
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-xqa/pull-tester/rpc-tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py
index be31cbbdd3..83b6bdfe48 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -151,6 +151,7 @@ testScripts = [
'signmessages.py',
'nulldummy.py',
'import-rescan.py',
+ 'rpcnamedargs.py',
]
if ENABLE_ZMQ:
testScripts.append('zmq_test.py')