diff options
| author | Karl-Johan Alm <[email protected]> | 2018-01-24 14:59:08 +0900 |
|---|---|---|
| committer | Karl-Johan Alm <[email protected]> | 2018-07-24 15:05:37 +0900 |
| commit | 0128121101fb3ee82f3abd3973a967a4226ffe0e (patch) | |
| tree | f3bd4481e95ed5b2761c0a785263e67614e9a10f /test/functional/test_runner.py | |
| parent | wallet: Switch to using output groups instead of coins in coin selection (diff) | |
| download | discoin-0128121101fb3ee82f3abd3973a967a4226ffe0e.tar.xz discoin-0128121101fb3ee82f3abd3973a967a4226ffe0e.zip | |
test: Add basic testing for wallet groups
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 4c5acf69a..d324cd9bb 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -105,6 +105,7 @@ BASE_SCRIPTS = [ 'rpc_users.py', 'feature_proxy.py', 'rpc_signrawtransaction.py', + 'wallet_groups.py', 'p2p_disconnect_ban.py', 'rpc_decodescript.py', 'rpc_blockchain.py', |