Integration tests via RPC calls

qa/rpc-tests/wallet.sh runs a three-node -regtest network,
generates a fresh blockchain, and then exercises basic wallet
sending/receiving functionality using command-line RPC.
This commit is contained in:
Gavin Andresen
2013-11-21 16:57:25 +10:00
parent 03b6a1cee4
commit 9e7776bf1f
4 changed files with 190 additions and 0 deletions

6
qa/rpc-tests/README.md Normal file
View File

@@ -0,0 +1,6 @@
Regression tests of RPC interface
=================================
wallet.sh : Test wallet send/receive code (see comments for details)
util.sh : useful re-usable functions