diff options
author | Russell Yanofsky <russ@yanofsky.org> | 2017-10-20 13:27:55 -0400 |
---|---|---|
committer | Russell Yanofsky <russ@yanofsky.org> | 2018-03-19 12:05:35 -0400 |
commit | d2527bd54e994747d9e24043c91d46c7219d46ac (patch) | |
tree | 2ebe66500b64aa9a08a387416f2a48b46334061a /test | |
parent | 045eeb887092a631d49194e743859b1da84c1d5d (diff) |
Rename wallet_accounts.py test
This is a separate commit because changing the test at the same time as
renaming it breaks git (and github) rename detection.
Diffstat (limited to 'test')
-rwxr-xr-x | test/functional/test_runner.py | 2 | ||||
-rwxr-xr-x | test/functional/wallet_labels.py (renamed from test/functional/wallet_accounts.py) | 0 |
2 files changed, 1 insertions, 1 deletions
diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 09f7f50de0..a2eaf99146 100755 --- a/test/functional/test_runner.py +++ b/test/functional/test_runner.py @@ -67,7 +67,7 @@ BASE_SCRIPTS= [ 'feature_segwit.py', # vv Tests less than 2m vv 'wallet_basic.py', - 'wallet_accounts.py', + 'wallet_labels.py', 'p2p_segwit.py', 'wallet_dump.py', 'rpc_listtransactions.py', diff --git a/test/functional/wallet_accounts.py b/test/functional/wallet_labels.py index b2695e681f..b2695e681f 100755 --- a/test/functional/wallet_accounts.py +++ b/test/functional/wallet_labels.py |