diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-05-03 16:51:51 +0200 |
---|---|---|
committer | John Newbery <john@johnnewbery.com> | 2017-08-10 13:50:16 -0400 |
commit | d34957e17e8c9740104533aaf4a896e93548c87e (patch) | |
tree | d16aab19e70d070be543b25143e5cb6ed6859ea8 /test/functional/test_runner.py | |
parent | 095142d1f93f39ad2b88dbe8d40140223a1b3900 (diff) |
[wallet] [tests] Add keypool topup functional test
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 a043560ea8..23bb411029 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -79,6 +79,7 @@ BASE_SCRIPTS= [ 'rawtransactions.py', 'reindex.py', # vv Tests less than 30s vv + 'keypool-topup.py', 'zmq_test.py', 'mempool_resurrect_test.py', 'txn_doublespend.py --mineblock', |