aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2018-10-24qa: Run all tests even if wallet is not compiledMarcoFalke
2018-10-24qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-10-24Test rpc_help.py failed: Check whether ZMQ is enabled or not.Kvaciral
2018-08-12Ported usage of deprecated optparse module to argparse moduleKvaciral
2018-08-08Merge #13780: 0.17: Pre-branch maintenanceWladimir J. van der Laan
2018-08-01qa: Extract rpc_timewait as test paramMarcoFalke
2018-07-27Update copyright headers to 2018DrahtBot
2018-07-12[tests] skip rpc_zmq functional test when python3 zmq lib is not presentJames O'Beirne
2018-06-25qa: Avoid start/stop of the network thread mid-testMarcoFalke
2018-06-11qa: Log as utf-8MarcoFalke
2018-05-30qa: Fixup setting of PATH env varMarcoFalke
2018-05-09[tests] Allow stderr to be tested against specified stringJohn Newbery
2018-05-09[Tests] Write stdout/stderr to datadir instead of temp file.John Newbery
2018-05-08qa: Remove unused option --srcdirMarcoFalke
2018-04-21qa: Normalize executable locationMarcoFalke
2018-04-08Merge #12856: Tests: Add Metaclass for BitcoinTestFrameworkWladimir J. van der Laan
2018-04-08Merge #12904: [qa] Ensure bitcoind processes are cleaned up when tests endWladimir J. van der Laan
2018-04-08[qa] Ensure bitcoind processes are cleaned up when tests endSuhas Daftuar
2018-04-04Tests: Add Metaclass for BitcoinTestFrameworkWill Ayd
2018-04-02[tests] Remove Comparison Test FrameworkJohn Newbery
2018-03-22Merge #12076: qa: Use node.datadir instead of tmpdir in test frameworkWladimir J. van der Laan
2018-03-22Merge #12718: [Tests] Require exact match in assert_start_raises_init_eror (j...Wladimir J. van der Laan
2018-03-21Fix typosDimitris Apostolou
2018-03-19qa: Use node.datadir instead of tmpdir in test frameworkMarcoFalke
2018-03-18[Tests] Move assert_start_raises_init_error method to TestNodeJohn Newbery
2018-03-14Merge #12638: qa: Cache only chain and wallet for regtest datadirWladimir J. van der Laan
2018-03-09Format timestamps using ISO 8601 formatting (e.g. "2018-02-28T12:34:56Z")practicalswift
2018-03-07qa: Cache only chain and wallet for regtest datadirMarcoFalke
2018-03-06[tests] bind functional test nodes to 127.0.0.1Sjors Provoost
2018-02-15qa: Move common args to bitcoin.confMarcoFalke
2018-01-24qa: Prepare functional tests for WindowsMarcoFalke
2018-01-18Don't allow relative -walletdir pathsRussell Yanofsky
2018-01-08[tests] allow tests to be run with --usecliJohn Newbery
2018-01-03Increment MIT Licence copyright header year on files modified in 2017Akira Takizawa
2017-12-10Remove unused Python importspracticalswift
2017-11-29[tests] [travis-ci] Move Travis functional test log post processing to test_r...John Newbery
2017-11-29[tests] Improve logging shutdown and add hint for combine_logsJohn Newbery
2017-11-18Create walletdir if datadir doesn't exist and fix testsMeshCollider
2017-10-18Merge #11472: qa: Make tmpdir option an absolute path, misc cleanupWladimir J. van der Laan
2017-10-16[tests] Don't subclass from object for Python 3John Newbery
2017-10-13qa: Make tmpdir option an absolute pathMarcoFalke
2017-09-20[test] Add restart_node to BitcoinTestFrameworkJoão Barbosa
2017-09-06[qa] TestNode: Add wait_until_stopped helper methodMarcoFalke
2017-09-01[tests] Functional tests must explicitly set num_nodesJohn Newbery
2017-09-01[tests] don't override __init__() in individual testsJohn Newbery
2017-09-01[tests] Avoid passing around member variables in test_frameworkJohn Newbery
2017-09-01[tests] TestNode: separate add_node from start_nodeJohn Newbery
2017-08-15Merge #10711: [tests] Introduce TestNodeMarcoFalke
2017-08-15[tests] Introduce TestNodeJohn Newbery
2017-08-10Add option to attach a python debugger if test failsJohn Newbery