mirror of
https://github.com/ElementsProject/elements.git
synced 2026-08-20 13:37:28 +02:00
Merge cfe5da4c90 into merged_master (Bitcoin PR bitcoin/bitcoin#27542)
This commit is contained in:
commit
1e701bbe64
1 changed files with 3 additions and 0 deletions
|
|
@ -69,11 +69,14 @@ if os.name != 'nt' or sys.getwindowsversion() >= (10, 0, 14393): # type: ignore[
|
|||
TEST_EXIT_PASSED = 0
|
||||
TEST_EXIT_SKIPPED = 77
|
||||
|
||||
# List of framework modules containing unit tests. Should be kept in sync with
|
||||
# the output of `git grep unittest.TestCase ./test/functional/test_framework`
|
||||
TEST_FRAMEWORK_MODULES = [
|
||||
"address",
|
||||
"blocktools",
|
||||
"muhash",
|
||||
"key",
|
||||
"ripemd160",
|
||||
"script",
|
||||
"segwit_addr",
|
||||
"util",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue