diff options
author | Gavin Andresen <gavinandresen@gmail.com> | 2014-07-09 11:34:16 -0400 |
---|---|---|
committer | Gavin Andresen <gavinandresen@gmail.com> | 2014-07-09 11:34:16 -0400 |
commit | f3330b40a599615f15f585166ef08f00d06e9616 (patch) | |
tree | 73d30c0fe95257f606b8f381d5f4aeb237c494d2 /qa/rpc-tests/README.md | |
parent | e28c1ae75d47738d9ee1a91335432100c8e0f03d (diff) | |
parent | f5a92bf9bd9e5547cb8b4c0084c7e23c36b49b70 (diff) |
Merge pull request #4485 from gavinandresen/refactor_python_tests
Refactor common RPC test code to BitcoinTestFramework base class
Diffstat (limited to 'qa/rpc-tests/README.md')
-rw-r--r-- | qa/rpc-tests/README.md | 4 |
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. |