diff options
author | Andrew Chow <achow101-github@achow101.com> | 2017-06-07 12:32:45 -0700 |
---|---|---|
committer | Andrew Chow <achow101-github@achow101.com> | 2017-06-08 11:07:11 -0700 |
commit | ec98b78e1e1ce6bd9e6189788f7689aebfbf343c (patch) | |
tree | ef891b0e00def58aa540f0cbaee7f9c07d64d8b9 /test/functional/test_runner.py | |
parent | 46311e792f4e4a53b7dc418215b03d890d0594d5 (diff) |
Tests for wallet encryption stuff
Added a functional test which tests the encryptwallet, walletpassphrase, walletpassphrasechange, and walletlock RPCs
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 4702f2d773..c7de31510a 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -111,6 +111,7 @@ BASE_SCRIPTS= [ 'rpcnamedargs.py', 'listsinceblock.py', 'p2p-leaktests.py', + 'wallet-encryption.py', ] EXTENDED_SCRIPTS = [ |