aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorBen Woosley <ben.woosley@gmail.com>2018-07-17 15:48:09 -0400
committerBen Woosley <ben.woosley@gmail.com>2019-10-09 12:49:30 +0100
commit111880aaf7e12a12f0797f1b19673e3d96328edd (patch)
treedec1f2cc9b8150b561c7051ae5aa42196feef060 /test/functional/test_runner.py
parentc08bf2b574636023cd9d68cb43b3dada5b0cc737 (diff)
downloadbitcoin-111880aaf7e12a12f0797f1b19673e3d96328edd.tar.xz
[test] Add coverage to estimaterawfee and estimatesmartfee
This adds light functional coverage to estimaterawfee - a subset of the testing applied to estimatesmartfee, and argument validation testing to both estimaterawfee and estimatesmartfee. One valid estimatesmartfee signature test is commented out because it fails currently.
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 9c92091f1d..c40ccf30f3 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -191,6 +191,7 @@ BASE_SCRIPTS = [
'wallet_resendwallettransactions.py',
'wallet_fallbackfee.py',
'feature_minchainwork.py',
+ 'rpc_estimatefee.py',
'rpc_getblockstats.py',
'wallet_create_tx.py',
'p2p_fingerprint.py',