aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorJohn Newbery <john@johnnewbery.com>2020-06-11 13:42:37 -0400
committerJohn Newbery <john@johnnewbery.com>2020-09-03 16:47:46 +0100
commite4557133f595f357df5e16ae4f2f19c579631396 (patch)
tree6fbd169281e04a8a00866515a091ad4577f30421 /test/functional/test_runner.py
parent68f0ab26bca825edf7e48a69176c38b04e3158d0 (diff)
downloadbitcoin-e4557133f595f357df5e16ae4f2f19c579631396.tar.xz
[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 578afe5f30..933dd82c5a 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",
]