aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/README.md
diff options
context:
space:
mode:
authorGavin Andresen <gavinandresen@gmail.com>2014-07-08 12:07:23 -0400
committerGavin Andresen <gavinandresen@gmail.com>2014-07-09 10:19:26 -0400
commite8097f7df164b4bf799963e5ab2539c36079187d (patch)
tree62b394f577098c450e6cd9e461d7c08bb3b0fd61 /qa/rpc-tests/README.md
parentae28a7c72db2776d7b2bf878b05c091e9ed11ace (diff)
downloadbitcoin-e8097f7df164b4bf799963e5ab2539c36079187d.tar.xz
Refactor common RPC test code to BitcoinTestFramework base class
Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux.
Diffstat (limited to 'qa/rpc-tests/README.md')
-rw-r--r--qa/rpc-tests/README.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md
index 616c0525f4..3e916a7688 100644
--- a/qa/rpc-tests/README.md
+++ b/qa/rpc-tests/README.md
@@ -6,8 +6,8 @@ Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com
Changes to python-bitcoinrpc should be made upstream, and then
pulled here using git subtree.
-### [skeleton.py](skeleton.py)
-Copy this to create new regression tests.
+### [test_framework.py](test_framework.py)
+Base class for new regression tests.
### [listtransactions.py](listtransactions.py)
Tests for the listtransactions RPC call.