diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-06-27 12:05:54 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2017-06-27 12:07:21 +0200 |
commit | 7c87a9c748be7121a240d81f9a5c6c988be6ffcf (patch) | |
tree | 3ff30c3fe322ccd7811f990b92b11db642792e6e /test/functional/test_runner.py | |
parent | 1680ee0edf46aa22c4d00c8ff4f3d0bcc235bc68 (diff) | |
parent | e7ba6c16b34443cf0774d707d9918ebc9835d6ca (diff) |
Merge #10612: The young person's guide to the test_framework
e7ba6c1 [tests] add example test (John Newbery)
76859e6 [tests] Update functional tests documentation (John Newbery)
Tree-SHA512: 74eb464e965e16466f95b9eda7d1e89a31ef1ef204dd30e1b11ddf482336f12f33fa5ca3cc733b6eaf440c46401e663585af9caca202deddb440bbadce964a62
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 4c7eea67d5..9952835951 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -139,6 +139,7 @@ EXTENDED_SCRIPTS = [ 'bip65-cltv-p2p.py', 'bipdersig-p2p.py', 'bipdersig.py', + 'example_test.py', 'getblocktemplate_proposals.py', 'txn_doublespend.py', 'txn_clone.py --mineblock', |