aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2020-02-11[tests] check v0.17.1 and v0.18.1 backwards compatibilitySjors Provoost
2019-12-10Merge #17633: tests: Add option --valgrind to run the functional tests under ...MarcoFalke
2019-12-06tests: Use a default of supports_cli=True (instead of supports_cli=False)practicalswift
2019-12-04test: Print stderr when subprocess failsMarcoFalke
2019-12-01tests: Add option --valgrind to run nodes under valgrind in the functional testspracticalswift
2019-11-18test: skip tool_wallet test when bitcoin-wallet isn't compiledfanquake
2019-11-03Move argparse() to init()JamesC
2019-11-03Move assert num_nodes is set into main()JamesC
2019-11-03Clear TestNode objects after shutdownJamesC
2019-11-03Add closing and flushing of logging handlersJamesC
2019-11-03Refactor TestFramework main() into setup/shutdownJamesC
2019-09-17scripted-diff: test: Replace connect_nodes_bi with connect_nodesMarcoFalke
2019-09-17test: Use connect_nodes when connecting nodes in the test_frameworkMarcoFalke
2019-07-31test: Adapt test framework for chains other than "regtest"MarcoFalke
2019-07-31test: Fix “local variable 'e' is assigned to but never used”Ben Woosley
2019-05-17test: Speed up cache creationMarcoFalke
2019-05-09[tests] Make random seed logged and settableJohn Newbery
2019-04-26Merge #15895: QA: Avoid re-reading config.ini unnecessarilyMarcoFalke
2019-04-25QA: Avoid re-reading config.ini unnecessarilyLuke Dashjr
2019-04-09test: Add BitcoinTestFramework::sync_* methodsMarcoFalke
2019-04-09test: Pass at most one node group to sync_allMarcoFalke
2019-03-02scripted-diff: Update copyright in ./testMarcoFalke
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