aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/test_framework.py
AgeCommit message (Expand)Author
2024-04-09Merge bitcoin/bitcoin#29498: test: Update --tmpdir doc string to say director...fanquake
2024-03-12Merge bitcoin/bitcoin#27114: p2p: Allow whitelisting manual connectionsAva Chow
2024-03-11Merge bitcoin/bitcoin#29007: test: create deterministic addrman in the functi...Ava Chow
2024-02-29test: add -v1transport option and use it in test_runnerMartin Zumsande
2024-02-28test: add option to speed up tx relay/mempool syncbrunoerg
2024-02-27test: Update --tmpdir doc string to say directory must not existkevkevin
2024-01-17test: Use blocks_path where possibleMarcoFalke
2024-01-12Make v2transport default for addnode RPC when enabledPieter Wuille
2024-01-08[test] Restart a node with empty addrmanstratospher
2023-11-28Merge bitcoin/bitcoin#28805: test: Make existing functional tests compatible ...Andrew Chow
2023-11-17Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...fanquake
2023-11-08test: persist -v2transport over restarts and respect -v2transport=0Martin Zumsande
2023-10-25test: use built-in collection types for type hints (Python 3.9 / PEP 585)Sebastian Falbesoner
2023-10-24test: refactor: support sending funds with outpoint resultSebastian Falbesoner
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