aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/python-bitcoinrpc
Commit message (Collapse)AuthorAgeFilesLines
* [QA] restructure rpc tests directoryJonas Schnelli2015-05-184-172/+0
| | | | * move non-test classes to subdir `test-framework`
* Fix python usage for arch's broken maintainersMatt Corallo2014-11-271-1/+1
|
* Improved logging and Decimal supportGavin Andresen2014-07-081-7/+23
|
* Fix regression testsGavin Andresen2014-03-244-0/+156
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.