[Tests] Add mempool_limit.py test

This commit is contained in:
Jonas Schnelli
2015-11-30 15:42:27 +01:00
parent 4077ad20d0
commit 110ff1142c
2 changed files with 120 additions and 0 deletions

View File

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