aboutsummaryrefslogtreecommitdiff
path: root/qa/rpc-tests/listtransactions.py
Commit message (Collapse)AuthorAgeFilesLines
* Refactor common RPC test code to BitcoinTestFramework base classGavin Andresen2014-07-091-121/+62
| | | | | | Inspired by #3956, with a little more flexibility built in. I didn't touch rpcbind_test.py, because it only runs on Linux.
* Fix regression testsGavin Andresen2014-03-241-3/+5
| | | | | | | 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.
* Add licenses for tests and test dataWladimir J. van der Laan2014-03-181-0/+3
| | | | | | | | - Add license headers to source files (years based on commit dates) in `src/test` as well as `qa` - Add `README.md` to `src/test/data` specifying MIT license Fixes #3848
* Python-based regression testsGavin Andresen2014-02-281-0/+151
skeleton.py : a do-nothing test skeleton listtransactions.py : start of regression test for listtransactions call