aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2021-04-30Merge bitcoin/bitcoin#19521: Coinstats IndexW. J. van der Laan
2021-04-23test: Fix test cache issueMarcoFalke
2021-04-19test: Add functional test for Coinstats indexFabian Jahr
2021-02-25Merge #21200: test: Speed up rpc_blockchain.py by removing miniwallet.generate()Wladimir J. van der Laan
2021-02-21test: framework: add skip_if_no_external_signerSjors Provoost
2021-02-16test: Cache 25 mature coins for ADDRESS_BCRT1_P2WSH_OP_TRUEMarcoFalke
2021-02-05Merge #20267: Disable and fix tests for when BDB is not compiledWladimir J. van der Laan
2021-01-27tests: Don't make any wallets unless wallet is requiredAndrew Chow
2021-01-27Skip legacy wallet reliant tests if BDB is not compiledAndrew Chow
2021-01-27tests: Set descriptors default based on compilationAndrew Chow
2021-01-18Change type definitions for "chain" and "setup_clean_chain" from type comment...Kiminuo
2020-12-31scripted-diff: Bump copyright headersMarcoFalke
2020-12-27Merge #20763: test: Fix comment typo in BitcoinTestFrameworkfanquake
2020-12-24test: Fix Comment Typo in BitcoinTestFrameworkJoel Klabo
2020-12-17test: Fix restart node raceMarcoFalke
2020-11-23test: add is_bdb_compiled helperSjors Provoost
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