diff options
| author | John Newbery <[email protected]> | 2020-06-11 13:42:37 -0400 |
|---|---|---|
| committer | John Newbery <[email protected]> | 2020-09-03 16:47:46 +0100 |
| commit | e4557133f595f357df5e16ae4f2f19c579631396 (patch) | |
| tree | 6fbd169281e04a8a00866515a091ad4577f30421 /test/functional/test_runner.py | |
| parent | Merge #19805: wallet: Avoid deserializing unused records when salvaging (diff) | |
| download | discoin-e4557133f595f357df5e16ae4f2f19c579631396.tar.xz discoin-e4557133f595f357df5e16ae4f2f19c579631396.zip | |
[tests] Move bech32 unit tests to test framework
Diffstat (limited to 'test/functional/test_runner.py')
| -rwxr-xr-x | test/functional/test_runner.py | 1 |
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", ] |