diff options
| author | MarcoFalke <[email protected]> | 2015-11-18 12:11:04 +0100 |
|---|---|---|
| committer | MarcoFalke <[email protected]> | 2015-11-19 12:39:49 +0100 |
| commit | a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578 (patch) | |
| tree | 3655ec81ff294e82eeddf5eb66bd9ab009a40181 | |
| parent | Merge pull request #7026 (diff) | |
| download | discoin-a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578.tar.xz discoin-a0953cdf07769cf0004a7dd2c0d7e4b5dd0dc578.zip | |
[qa] python-bitcoinrpc is no longer a subtree
* Only authproxy.py is taken from the python-bitcoinrpc
| -rw-r--r-- | qa/rpc-tests/README.md | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/qa/rpc-tests/README.md b/qa/rpc-tests/README.md index d2db00362..bbaa3925e 100644 --- a/qa/rpc-tests/README.md +++ b/qa/rpc-tests/README.md @@ -1,10 +1,8 @@ Regression tests ================ -### [python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc) -Git subtree of [https://github.com/jgarzik/python-bitcoinrpc](https://github.com/jgarzik/python-bitcoinrpc). -Changes to python-bitcoinrpc should be made upstream, and then -pulled here using git subtree. +### [test_framework/authproxy.py](test_framework/authproxy.py) +Taken from the [python-bitcoinrpc repository](https://github.com/jgarzik/python-bitcoinrpc). ### [test_framework/test_framework.py](test_framework/test_framework.py) Base class for new regression tests. |