diff options
| author | Gavin Andresen <[email protected]> | 2013-11-21 16:57:25 +1000 |
|---|---|---|
| committer | Gavin Andresen <[email protected]> | 2013-11-27 14:21:05 +1000 |
| commit | 9e7776bf1f1aebbd6e1ef21a4144ba72a54985de (patch) | |
| tree | e4dd613a97637419dd0013fd7e95827cfd2167cf /qa/rpc-tests/README.md | |
| parent | Merge pull request #3316 (diff) | |
| download | discoin-9e7776bf1f1aebbd6e1ef21a4144ba72a54985de.tar.xz discoin-9e7776bf1f1aebbd6e1ef21a4144ba72a54985de.zip | |
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.
Diffstat (limited to 'qa/rpc-tests/README.md')
| -rw-r--r-- | qa/rpc-tests/README.md | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md new file mode 100644 index 000000000..c8537247d --- /dev/null +++ b/qa/rpc-tests/README.md @@ -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 |