From e4557133f595f357df5e16ae4f2f19c579631396 Mon Sep 17 00:00:00 2001 From: John Newbery Date: Thu, 11 Jun 2020 13:42:37 -0400 Subject: [tests] Move bech32 unit tests to test framework --- test/functional/test_runner.py | 1 + 1 file changed, 1 insertion(+) (limited to 'test/functional/test_runner.py') 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", ] -- cgit v1.2.3