aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2023-10-12test: don't run old binaries under valgrindSjors Provoost
2023-10-10 test: Use pathlib over os.path #28362ns-xvrn
2023-10-06test: Rename wait_until_helper to wait_until_helper_internalFabian Jahr
2023-10-04test: add wait_for_connect to BitcoinTestFramework.connect_nodesJames O'Beirne
2023-10-02test: enable v2 transport between nodes in some functional testsPieter Wuille
2023-10-02test: Functional test for opportunistic encryptiondhruv
2023-09-30test: add feature_assumeutxo functional testJames O'Beirne
2023-06-29script, test: add missing python type annotationsJon Atack
2023-06-16Remove the syscall sandboxfanquake
2023-05-05test: Treat `bitcoin-wallet` binary in the same way as othersHennadii Stepanov
2023-05-05test, refactor: Add `set_binary_paths` functionHennadii Stepanov
2023-03-07test: Default timeout factor to 4 under --valgrindMarcoFalke
2023-02-22Merge bitcoin/bitcoin#27137: test: Raise PRNG seed log to INFOfanquake
2023-02-22Merge bitcoin/bitcoin#25867: lint: enable E722 do not use bare exceptfanquake
2023-02-21Raise PRNG seed log to INFO.roconnor-blockstream
2023-02-18lint: enable E722 do not use bare exceptLeonardo Lazzaro
2023-02-06test: Add test for file system permissionsHennadii Stepanov
2023-01-28test: refactor: introduce `replace_in_config` helperSebastian Falbesoner
2023-01-12test: skip sqlite3 tests if it isn't availablefanquake
2023-01-11test: Fix intermittent timeout in p2p_permissions.pyMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-12-06test: prefer sqlite for wallet testsS3RK
2022-12-01Merge bitcoin/bitcoin#26617: test: add extra_args to BitcoinTestFramework classMarcoFalke
2022-12-01test: remove unneeded extra_args codejosibake
2022-12-01test: add extra_args to BTF classjosibake
2022-11-29test: Set wallet type in test_runner when only one type is allowedMarcoFalke
2022-11-15test: Set default in add_wallet_options if only one type can be chosenMacroFake
2022-11-10test: Remove wallet option from non-wallet testsMacroFake
2022-11-10test: Make requires_wallet privateMacroFake
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