From d2527bd54e994747d9e24043c91d46c7219d46ac Mon Sep 17 00:00:00 2001 From: Russell Yanofsky Date: Fri, 20 Oct 2017 13:27:55 -0400 Subject: [PATCH] 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. --- test/functional/test_runner.py | 2 +- test/functional/{wallet_accounts.py => wallet_labels.py} | 0 2 files changed, 1 insertion(+), 1 deletion(-) rename test/functional/{wallet_accounts.py => wallet_labels.py} (100%) diff --git a/test/functional/test_runner.py b/test/functional/test_runner.py index 09f7f50de..a2eaf9914 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 similarity index 100% rename from test/functional/wallet_accounts.py rename to test/functional/wallet_labels.py