diff options
author | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-07-13 17:49:46 +0200 |
---|---|---|
committer | Jonas Schnelli <dev@jonasschnelli.ch> | 2017-07-17 17:42:22 +0200 |
commit | 6b9faf747003995417d6a66fad64d2537c371092 (patch) | |
tree | 4871c18907e1130b69658be0357db02ac65cacec /test/functional/test_runner.py | |
parent | 979d0b8a6533de58b6352666d90fff33841db63d (diff) |
[QA] add basic multiwallet test
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 b7bc6e841b..51577589fe 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -63,6 +63,7 @@ BASE_SCRIPTS= [ 'segwit.py', # vv Tests less than 2m vv 'wallet.py', + 'multiwallet.py', 'wallet-accounts.py', 'p2p-segwit.py', 'wallet-dump.py', |