diff options
author | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-24 12:10:36 +0200 |
---|---|---|
committer | Wladimir J. van der Laan <laanwj@gmail.com> | 2016-08-24 12:10:42 +0200 |
commit | 21857d2bf746a9043c0b4b32fffefe1886eb203d (patch) | |
tree | 4723f2983b5c77fbcd3a55765f5ae304ebf62db8 /qa/pull-tester | |
parent | f12d2b5a8ac397e4bcaefcc19898f8ff5705dea5 (diff) | |
parent | 9578333ec456bbfaccfecf9ea561c421f3a5d547 (diff) |
Merge #8450: [Test] Replace rpc_wallet_tests.cpp with python RPC unit tests
9578333 Remove rpc_wallet_tests.cpp (Patrick Strateman)
25400c4 Account wallet feature RPC tests. (Patrick Strateman)
Diffstat (limited to 'qa/pull-tester')
-rwxr-xr-x | qa/pull-tester/rpc-tests.py | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qa/pull-tester/rpc-tests.py b/qa/pull-tester/rpc-tests.py index daaa7782f9..92cce6aadd 100755 --- a/qa/pull-tester/rpc-tests.py +++ b/qa/pull-tester/rpc-tests.py @@ -104,6 +104,7 @@ testScripts = [ 'walletbackup.py', 'bip68-112-113-p2p.py', 'wallet.py', + 'wallet-accounts.py', 'wallet-hd.py', 'wallet-dump.py', 'listtransactions.py', |