diff options
author | William Casarin <jb55@jb55.com> | 2019-07-18 13:35:23 -0700 |
---|---|---|
committer | William Casarin <jb55@jb55.com> | 2019-07-24 03:33:53 -0700 |
commit | 72eaab073bc747425fe551777154b13a6c4c37c9 (patch) | |
tree | 771447eefd346f284bf7d64f0f54d6bfa5f1af2a /test/functional/test_runner.py | |
parent | 72ffbdc5799c1707ecad674d701b43fb80b031d0 (diff) |
tests: functional watch-only wallet tests
These test the new watch-only defaults for rpcs with include_watchonly
and includeWatching options.
Signed-off-by: William Casarin <jb55@jb55.com>
Diffstat (limited to 'test/functional/test_runner.py')
-rwxr-xr-x | test/functional/test_runner.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 462547f44f..a6688aa362 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -127,6 +127,8 @@ BASE_SCRIPTS = [ 'wallet_multiwallet.py --usecli', 'wallet_createwallet.py', 'wallet_createwallet.py --usecli', + 'wallet_watchonly.py', + 'wallet_watchonly.py --usecli', 'interface_http.py', 'interface_rpc.py', 'rpc_psbt.py', |