mirror of
https://github.com/bitcoin/bitcoin.git
synced 2025-07-09 18:00:13 +02:00
Merge #19253: Tests: tidy up address.py and segwit_addr.py
825fcae484
[tests] Replace bytes literals with hex literals (John Newbery)64eca45100
[tests] Fix pep8 style violations in address.py (John Newbery)b230f8b3f3
[tests] Correct docstring for address.py (John Newbery)ea70e6a2ca
[tests] Tidy up imports in address.py (John Newbery)7f639df0b8
[tests] Remove unused optional verify_checksum parameter (John Newbery)011e784f74
[tests] Rename segwit encode and decode functions (John Newbery)e4557133f5
[tests] Move bech32 unit tests to test framework (John Newbery) Pull request description: Lots of small fixes: - moving unit tests to test_framework implementation files - renaming functions to be clearer - removing multiple imports - removing unreadable byte literals from the code - fixing pep8 violations - correcting out-of-date docstring ACKs for top commit: jonatack: re-ACK825fcae484
per `git range-diffa0a422c
7edcdcd 825fcae` and verified `wallet_address_types.py` and `wallet_basic.py --descriptors` (the failure on one travis job) are green locally. MarcoFalke: ACK825fcae484
fanquake: ACK825fcae484
- looks ok to me. Tree-SHA512: aea509c27c1bcb94bef11205b6a79836c39c62249672815efc9822f411bc2e2336ceb3d72b3b861c3f4054a08e16edb28c6edd3aa5eff72eec1d60ea6ca82dc4
This commit is contained in:
@ -71,6 +71,7 @@ TEST_FRAMEWORK_MODULES = [
|
||||
"blocktools",
|
||||
"muhash",
|
||||
"script",
|
||||
"segwit_addr",
|
||||
"util",
|
||||
]
|
||||
|
||||
|
Reference in New Issue
Block a user