aboutsummaryrefslogtreecommitdiff
path: root/test/functional/test_runner.py
diff options
context:
space:
mode:
authorAndrew Chow <achow101-github@achow101.com>2017-06-07 12:32:45 -0700
committerAndrew Chow <achow101-github@achow101.com>2017-06-08 11:07:11 -0700
commitec98b78e1e1ce6bd9e6189788f7689aebfbf343c (patch)
treeef891b0e00def58aa540f0cbaee7f9c07d64d8b9 /test/functional/test_runner.py
parent46311e792f4e4a53b7dc418215b03d890d0594d5 (diff)
downloadbitcoin-ec98b78e1e1ce6bd9e6189788f7689aebfbf343c.tar.xz
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-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 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 = [