aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
author10xcryptodev <10xcryptodev@gmail.com>2020-05-19 22:00:26 -0300
committer10xcryptodev <10xcryptodev@gmail.com>2020-05-20 18:56:08 -0300
commit60ed33904cf974e8f3c1b95392a23db1fe2d4a98 (patch)
treefc17b99381ac4d8def3ed42ff725b0990eec4515 /test/functional/test_runner.py
parentaa8d76806c74a51ec66e5004394fe9ea8ff0fac4 (diff)
downloadbitcoin-60ed33904cf974e8f3c1b95392a23db1fe2d4a98.tar.xz
tests: implement base58_decode
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 7821355e29..0812470b0c 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -67,6 +67,7 @@ TEST_EXIT_PASSED = 0
TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
+ "address",
"script",
]