aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2022-09-20test: Avoid race in disconnect_nodes helperMacroFake
2022-06-22test: Fail if connect_nodes failsMacroFake
2022-06-08[test_framework] Set PortSeed.n directly after initialising paramsdergoegge
2022-04-11test: add `is_bitcoin_util_compiled` helperSebastian Falbesoner
2022-04-11test: determine path to `bitcoin-util` in test frameworkSebastian Falbesoner
2022-04-06Merge bitcoin/bitcoin#24358: test: USDT tracepoint interface testslaanwj
2022-02-20test: checks for tracepoint tests0xb10c
2021-12-16test: previous releases: add v22.0Sjors Provoost
2021-12-16test: bump sandbox argument minimum versionSjors Provoost
2021-12-08test: feature_rbf.py: check specified wallet type availabilitySebastian Falbesoner
2021-11-26test: always rescan after importing private keys in `init_wallet` helperSebastian Falbesoner
2021-11-16Merge bitcoin/bitcoin#23474: test: scripted-diff cleanups after generate* cha...fanquake
2021-11-15test: Force --nosandbox when --valgrindMarcoFalke
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09test: MiniWallet: add P2TR support and use it per defaultSebastian Falbesoner
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-20Make explicit the node param in init_wallet()lsilva01
2021-10-06test: Delete generate* calls from TestNodeMarcoFalke
2021-10-04Merge bitcoin/bitcoin#20487: Add syscall sandboxing using seccomp-bpf (Linux ...W. J. van der Laan
2021-10-01Add syscall sandboxing (seccomp-bpf)practicalswift
2021-08-27test: Avoid race after connect_nodesMarcoFalke
2021-08-19Use generate* from TestFrameworkMarcoFalke
2021-08-19test: Add generate* calls to test frameworkMarcoFalke
2021-07-26test: Disable automatic connections by defaultMartin Zumsande
2021-06-21add dummy file param to fix jupyterJosiah Baker
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