diff options
author | MarcoFalke <falke.marco@gmail.com> | 2018-01-12 17:24:36 -0500 |
---|---|---|
committer | MarcoFalke <falke.marco@gmail.com> | 2018-01-12 17:25:01 -0500 |
commit | b7450cdbd89a1c862f4d4d8bf093f8a0b5448f9c (patch) | |
tree | 583eacce48d66bbb179d6206f083b318a3a12e0a /test/functional/test_runner.py | |
parent | 0910cbe4ef31eb95fd76c7c2f820419fe64a3150 (diff) | |
parent | a14dbff39ea050b74b32bb0f4cbb59f4a9ad3865 (diff) |
Merge #11970: Add test coverage for bitcoin-cli multiwallet calls
a14dbff39e Allow multiwallet.py to be used with --usecli (Russell Yanofsky)
f6ade9ce1a [tests] allow tests to be run with --usecli (John Newbery)
ff9a363ff7 TestNodeCLI batch emulation (Russell Yanofsky)
ca9085afc5 Prevent TestNodeCLI.args mixups (Russell Yanofsky)
fcfb952bca Improve TestNodeCLI output parsing (Russell Yanofsky)
Pull request description:
Lack of test coverage was pointed out by @jnewbery in https://github.com/bitcoin/bitcoin/pull/11687#discussion_r158133900
Tree-SHA512: 5f10e31abad11a5edab0da4e2515e39547adb6ab9e55e50427ab2eb7ec9a43d6b896b579b15863e5edc9beee7d8bf1c84d9dabd247be0760a1b9ae39e1e8ee02
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 2d5ea84814..957a2bc5a7 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -94,6 +94,7 @@ BASE_SCRIPTS= [ 'mempool_reorg.py', 'mempool_persist.py', 'multiwallet.py', + 'multiwallet.py --usecli', 'httpbasics.py', 'multi_rpc.py', 'proxy_test.py', |