[Tests] Add mempool_limit.py test

- [Tests] Add mempool_limit.py test
- [Tests] Refactor some shared functions

Github-Pull: #7153
Rebased-From: 110ff1142c 7632cf689a
This commit is contained in:
Jonas Schnelli
2015-11-30 15:42:27 +01:00
committed by Wladimir J. van der Laan
parent 301f16ad1c
commit 9ef7c54ef0
4 changed files with 116 additions and 49 deletions

View File

@@ -85,6 +85,7 @@ testScripts = [
'rest.py',
'mempool_spendcoinbase.py',
'mempool_reorg.py',
'mempool_limit.py',
'httpbasics.py',
'multi_rpc.py',
'zapwallettxes.py',