aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2020-11-01tests: Add a --legacy-wallet that is mutually exclusive with --descriptorsAndrew Chow
2020-10-29Skip --descriptor tests if sqlite is not compiledAndrew Chow
2020-10-21wallet: Make -wallet setting not create walletsRussell Yanofsky
2020-10-20test: Move (dis)?connect_nodes globals into TestFramework as helpersElliott Jin
2020-10-14Update wallet_multiwallet.py for descriptor and sqlite walletsRussell Yanofsky
2020-09-29test: Get rid of default wallet hacksRussell Yanofsky
2020-09-29test, refactor: add default_wallet_name and wallet_data_filename variablesRussell Yanofsky
2020-08-27test: Remove unused lock arg from BitcoinTestFramework.wait_untilMarcoFalke
2020-08-27test: Rename wait until helper to wait_until_helperMarcoFalke
2020-08-21test: resort importsJohn Newbery
2020-08-21scripted-diff: Rename mininode to p2pJohn Newbery
2020-07-19test: fix intermittent p2p_ibd_txrelay race, add test_framework.py#wait_untilJon Atack
2020-06-21test: Add connect_nodes methodMarcoFalke
2020-06-21Merge #19208: test: move sync_blocks and sync_mempool functions to test_frame...MarcoFalke
2020-06-18test: move sync_blocks and sync_mempool functions to test_framework.pyRoy Shao
2020-06-16test: refactor: Inline adjust_bitcoin_conf_for_pre_17MarcoFalke
2020-06-08Merge #18890: test: disconnect_nodes should warn if nodes were already discon...MarcoFalke
2020-06-02This PR adds initial support for type hints checking in python scripts.Kiminuo
2020-05-29test: Explain that a bug should be filed when the test failMarcoFalke
2020-05-21test: Default --previous-releases to false if dir is emptyMarcoFalke
2020-05-21test: Replace TEST_PREVIOUS_RELEASES env var with test_framework optionMarcoFalke
2020-05-18test: Add capability to disable RPC timeout in functional tests.codeShark149
2020-05-11avoided os-dependant pathFerdinando M. Ametrano
2020-05-07test: remove redundant two-way disconnect_nodes callsDanny Lee
2020-05-03Merge #18617: test: add factor option to adjust test timeoutsMarcoFalke
2020-05-03test: add factor option to adjust test timeoutsHarris
2020-04-30test: Strip down previous releases boilerplateMarcoFalke
2020-04-23Add a --descriptors option to various testsAndrew Chow
2020-04-14test: Create cached blocks not in the futureMarcoFalke
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