aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authormruddy <[email protected]>2015-06-30 09:40:44 -0400
committermruddy <[email protected]>2015-06-30 09:45:49 -0400
commit70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5 (patch)
tree8080d97b4fcabf83a91eb82ac1d463a83cad0381 /README.md
parentMerge pull request #6337 (diff)
downloaddiscoin-70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5.tar.xz
discoin-70ae43e9b7858d03cd64d07bd310f9c85f5b3ee5.zip
add tests for the decodescript rpc. add mention of the rpc regression tests to the testing seciton of the main readme.
Diffstat (limited to 'README.md')
-rw-r--r--README.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/README.md b/README.md
index 4fe6a8749..594d98c39 100644
--- a/README.md
+++ b/README.md
@@ -58,6 +58,10 @@ lots of money.
Developers are strongly encouraged to write unit tests for new code, and to
submit new unit tests for old code. Unit tests can be compiled and run (assuming they weren't disabled in configure) with: `make check`
+There are also regression and integration tests of the RPC interface, written
+in Python, that are run automatically on the build server.
+These tests can be run with: `qa/pull-tester/rpc-tests.sh`
+
Every pull request is built for both Windows and Linux on a dedicated server,
and unit and sanity tests are automatically run. The binaries produced may be
used for manual QA testing — a link to them will appear in a comment on the