aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorGillian Chu <gillianchu@Gillians-MacBook-Pro.local>2020-05-27 10:05:34 -0700
committerGillian Chu <gillianchu@Gillians-MacBook-Pro.local>2020-06-03 07:18:01 -0700
commit7daffc6a90a797ce7c365a893a31a31b0206985c (patch)
treebc55218a6dc600efb769ebbe32b8d035b180d8c8 /test/functional/test_runner.py
parent9bc7751cadbd038faf8ac1d62cda23fcf00d4cc2 (diff)
downloadbitcoin-7daffc6a90a797ce7c365a893a31a31b0206985c.tar.xz
[test] CScriptNum Decode Check as Unit Tests
Migrates the CScriptNum decode tests into a unit test, and moved some changes made in #14816. Made possible by the integration of test_framework unit testing in #18576. Further extends the original test with larger ints, similar to the scriptnum_tests.cpp file. Adds test to blocktools.py testing fn create_coinbase() with CScriptNum 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 0812470b0c..e7abc27dc0 100755
--- a/test/functional/test_runner.py
+++ b/test/functional/test_runner.py
@@ -68,6 +68,7 @@ TEST_EXIT_SKIPPED = 77
TEST_FRAMEWORK_MODULES = [
"address",
+ "blocktools",
"script",
]