aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2019-02-25test: Simplify create_cacheMarcoFalke
2019-02-19qa: Always refresh stale cache to be out of ibdMarcoFalke
2019-02-19qa: Remove mocktime unless requiredMarcoFalke
2019-02-19[test] functional: set cwd of nodes to tmpdirSjors Provoost
2019-02-05Merge #14519: tests: add utility to easily profile node performance with perfMarcoFalke
2019-01-30[tests] Add wallet-tool testJoão Barbosa
2019-01-22tests: add utility to easily profile node performance with perfJames O'Beirne
2018-12-29Merge #15026: [test] Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-29Merge #14738: Tests: Fix running wallet_listtransactions.py individually thro...MarcoFalke
2018-12-22whitespace: Split ~300 char line into multiple onesMarcoFalke
2018-12-22scripted-diff: Rename rpc_timewait to rpc_timeoutMarcoFalke
2018-12-14Merge #14951: Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-13test: add_nodes can only be called once after set_test_paramsMarcoFalke
2018-12-13Revert "tests: Support calling add_nodes more than once"MarcoFalke
2018-12-13Merge #14805: tests: Support calling add_nodes more than onceWladimir J. van der Laan
2018-12-06Merge #14670: http: Fix HTTP server shutdownWladimir J. van der Laan
2018-11-29tests: have combine_logs default to most recent test dirJames O'Beirne
2018-11-23qa: Test bitcond shutdownJoão Barbosa
2018-11-21tests: Support calling add_nodes more than onceSteven Roose
2018-11-16Fix running individually through test_runner.py, as suggested by @MarcoFalke ...Kristaps Kaupe
2018-11-01[tests] Move deterministic address import to setup_nodesJohn Newbery
2018-10-03test: Add missing call to skip_if_no_cli()practicalswift
2018-09-27Merge #12246: Bugfix: Only run bitcoin-tx tests when bitcoin-tx is enabledMarcoFalke
2018-09-17Changed functional tests which do not require wallets to run withoutsanket1729
2018-09-13configure: Make it possible to build only one of bitcoin-cli or bitcoin-txLuke Dashjr
2018-09-10qa: Run all tests even if wallet is not compiledMarcoFalke
2018-09-10qa: Premine to deterministic address with -disablewalletMarcoFalke
2018-09-01Test 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