aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/python-bitcoinrpc/bitcoinrpc/__init__.py
Commit message (Collapse)AuthorAgeFilesLines
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-181-0/+0
| | | | * move non-test classes to subdir `test-framework`
* Fix regression testsGavin Andresen2014-03-241-0/+0
Taught bitcoind to close the HTTP connection after it gets a 'stop' command, to make it easier for the regression tests to cleanly stop. Move bitcoinrpc files to correct location. Tidied up the python-based regression tests.