aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_framework/util.py
AgeCommit message (Expand)Author
2024-02-29tests: Provide more helpful assert_equal errorsAnthony Towns
2023-12-08test: detect OS consistently using `platform.system()`Sebastian Falbesoner
2023-11-17Merge bitcoin/bitcoin#28725: test: refactor: use built-in collection types fo...fanquake
2023-11-16test: replace `Callable`/`Iterable` with their `collections.abc` alternative ...stickies-v
2023-10-29Merge bitcoin/bitcoin#28727: test: replace random_bytes with random.randbytesfanquake
2023-10-25Merge bitcoin/bitcoin#28264: test: refactor: support sending funds with outpo...Andrew Chow
2023-10-25test: replace random_bytes with randbytes #28720ns-xvrn
2023-10-25test: use built-in collection types for type hints (Python 3.9 / PEP 585)Sebastian Falbesoner
2023-10-24Merge bitcoin/bitcoin#28211: Bump python minimum supported version to 3.9fanquake
2023-10-24test: remove unused `find_output` helperSebastian Falbesoner
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-05wallet: No BDB creation, unless -deprecatedrpc=create_bdbMarcoFalke
2023-08-29Bump python minimum version to 3.9MarcoFalke
2023-06-29test: fix PEP484 no implicit optional argument types errorsJon Atack
2023-06-21test: Allow pathlib.Path as RPC argument via authproxyMarcoFalke
2023-05-26Merge bitcoin/bitcoin#27302: init: Error if ignored bitcoin.conf file is foundfanquake
2023-04-28test: remove modinv python util helper functionFabian Jahr
2023-04-21init: Error if ignored bitcoin.conf file is foundRyan Ofsky
2023-04-21test: Use python3.8 pow()MarcoFalke
2023-03-31test: Remove python3.5 workaround in authproxyMarcoFalke
2023-01-17test: Run mempool_packages.py with MiniWalletMarcoFalke
2022-12-24scripted-diff: Bump copyright headersHennadii Stepanov
2022-08-02test: add support for Decimal to assert_approxKarl-Johan Alm
2022-07-19refactor: move helper `random_bytes` to util librarySebastian Falbesoner
2022-07-10test: refactor: pass absolute fee in `create_lots_of_big_transactions` helperSebastian Falbesoner
2022-06-29test: let `gen_return_txouts` create a single large OP_RETURN outputSebastian Falbesoner
2022-06-29test: assert serialized txouts size of `gen_return_txouts` helperSebastian Falbesoner
2022-06-21test: Remove from_node from create_self_transfer* MiniWallet helpersMacroFake
2022-06-15test: remove unused `create_confirmed_utxos` helperSebastian Falbesoner
2022-06-13test: Remove MiniWallet mempool_valid optionMacroFake
2022-06-13Merge bitcoin/bitcoin#24839: test: use MiniWallet for mining_prioritisetransa...MacroFake
2022-05-18rpc: Put undocumented JSON failure mode behind a runtime flagSuhail Saqan
2022-04-16test: refactor: use `create_lots_of_big_transactions` to dedup where possibleSebastian Falbesoner
2022-04-16test: use MiniWallet for mining_prioritisetransaction.pySebastian Falbesoner
2022-03-11test: use MiniWallet for feature_maxuploadtarget.pySebastian Falbesoner
2022-02-07test: Call ceildiv helper with integerMartin Zumsande
2022-01-28Merge bitcoin/bitcoin#23508: Add getdeploymentinfo RPCMarcoFalke
2022-01-15rpc: move softfork info from getblockchaininfo to getdeploymentinfoAnthony Towns
2021-12-10Merge bitcoin/bitcoin#19499: p2p: Make timeout mockable and type safe, speed ...MarcoFalke
2021-12-06p2p: Make timeout mockable and type safe, speed up testMarcoFalke
2021-11-29Merge bitcoin/bitcoin#23392: test: move check_node_connections to utilW. J. van der Laan
2021-11-18test: add check_node_connections in utilbrunoerg
2021-11-10scripted-diff: Bump copyright headersMarcoFalke
2021-11-09Merge bitcoin/bitcoin#23300: test: Implicitly sync after generate*, unless op...MarcoFalke
2021-10-29test: Implicitly sync after generate*, unless opted outMarcoFalke
2021-10-11tests: Calculate fees more similarly to CFeeRate::GetFeeAndrew Chow
2021-10-01Merge bitcoin/bitcoin#23136: test: update fee rate assertion helper in the fu...MarcoFalke
2021-09-30test: update assert_fee_amount() in test_framework/util.pyJon Atack
2021-09-29test: Fix typos in testsMarcoFalke