aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/test_framework.py
Commit message (Collapse)AuthorAgeFilesLines
* Print better errors, and add util stop_node() function.Gavin Andresen2014-07-091-0/+4
|
* Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen2014-07-091-0/+88
Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux.