aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorDaniel Kraft <d@domob.eu>2018-11-21 11:26:27 +0100
committerDaniel Kraft <d@domob.eu>2018-11-21 19:43:06 +0100
commit3d2c7d6f940af5dc5b5d29b68f035d2226b1429b (patch)
treef513943c6a5ffbb1b14aff776764859dc1af34fa /test/functional/test_runner.py
parent267793af8b03e2a11af8a51d7091495bbd065b62 (diff)
downloadbitcoin-3d2c7d6f940af5dc5b5d29b68f035d2226b1429b.tar.xz
Add regtest for JSON-RPC batch calls.
This adds a new regtest file 'interface_rpc.py', containing a test for batch JSON-RPC requests. Those were previously not tested at all. Tests for basic requests are not really necessary, as those are used anyway in lots of other regtests. The existing interface_http.py file is more about the underlying HTTP connection, so adding a new interface file for the JSON-RPC specific things makes sense.
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 5541b44690..da55a3a156 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -120,6 +120,7 @@ BASE_SCRIPTS = [
'wallet_disableprivatekeys.py',
'wallet_disableprivatekeys.py --usecli',
'interface_http.py',
+ 'interface_rpc.py',
'rpc_psbt.py',
'rpc_users.py',
'feature_proxy.py',