[tests] Add wallet_balance.py

Adds a test specifically to test the wallet's getbalance and
getunconfirmedbalance RPCs.
This commit is contained in:
John Newbery
2018-11-29 13:30:08 -05:00
parent 60b20c869f
commit c1825b9d39
3 changed files with 134 additions and 13 deletions

View File

@@ -153,6 +153,7 @@ BASE_SCRIPTS = [
'wallet_importprunedfunds.py',
'p2p_leak_tx.py',
'rpc_signmessage.py',
'wallet_balance.py',
'feature_nulldummy.py',
'mempool_accept.py',
'wallet_import_rescan.py',