aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <[email protected]>2020-06-11 13:42:37 -0400
committerJohn Newbery <[email protected]>2020-09-03 16:47:46 +0100
commite4557133f595f357df5e16ae4f2f19c579631396 (patch)
tree6fbd169281e04a8a00866515a091ad4577f30421 /test/functional/test_runner.py
parentMerge #19805: wallet: Avoid deserializing unused records when salvaging (diff)
downloaddiscoin-e4557133f595f357df5e16ae4f2f19c579631396.tar.xz
discoin-e4557133f595f357df5e16ae4f2f19c579631396.zip
[tests] Move bech32 unit tests to test framework
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-xtest/functional/test_runner.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py
index 578afe5f3..933dd82c5 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -71,6 +71,7 @@ TEST_FRAMEWORK_MODULES = [
"blocktools",
"muhash",
"script",
+ "segwit_addr",
"util",
]