aboutsummaryrefslogtreecommitdiff
path: root/qa/pull-tester
diff options
context:
space:
mode:
authorJonas Schnelli <dev@jonasschnelli.ch>2015-11-30 15:42:27 +0100
committerWladimir J. van der Laan <laanwj@gmail.com>2015-12-22 14:08:22 +0100
commit9ef7c54ef0b2d9c1abe45f66ecaa917e1cd41cc9 (patch)
treeb5e2ac1f4bb5be2df16506dd10405e5e746ea5e6 /qa/pull-tester
parent301f16ad1ca518c0873cd1bb99a26df36b46838b (diff)
downloadbitcoin-9ef7c54ef0b2d9c1abe45f66ecaa917e1cd41cc9.tar.xz
[Tests] Add mempool_limit.py test
- [Tests] Add mempool_limit.py test - [Tests] Refactor some shared functions Github-Pull: #7153 Rebased-From: 110ff1142c5284edba8aab77fcac0bea0e551969 7632cf689a9b959dd7a059b8b4a04761a4bc6e6a
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 57b4233449..44d7d71759 100755
--- a/qa/pull-tester/rpc-tests.py
+++ b/qa/pull-tester/rpc-tests.py
@@ -85,6 +85,7 @@ testScripts = [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
+ 'mempool_limit.py',
'httpbasics.py',
'multi_rpc.py',
'zapwallettxes.py',