aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJorge Timón <jtimon@jtimon.cc>2017-06-21 03:08:05 +0200
committerJorge Timón <jtimon@jtimon.cc>2018-05-22 23:26:33 +0200
commit4cbfb6aad9ba8fa17b5e7ed3e9a36dc8a24f1fcf (patch)
tree585d0bfb280ebe5b16a2c554e4e7891c43bb6e6b /test/functional/test_runner.py
parent35e77a0288bcac5594ff25c10c9679a161cb730b (diff)
downloadbitcoin-4cbfb6aad9ba8fa17b5e7ed3e9a36dc8a24f1fcf.tar.xz
Tests: Test new getblockstats RPC
Includes commit from Anthony Towns @ajtowns: Tests: Save and load block and corresponding expected statistics
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 ff4b480165..674055465a 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -135,6 +135,7 @@ BASE_SCRIPTS = [
'wallet_resendwallettransactions.py',
'wallet_fallbackfee.py',
'feature_minchainwork.py',
+ 'rpc_getblockstats.py',
'p2p_fingerprint.py',
'feature_uacomment.py',
'p2p_unrequested_blocks.py',