From 400e85a299705c9bd5996386a09aeae48837e1e9 Mon Sep 17 00:00:00 2001 From: Allen Porter Date: Fri, 22 Oct 2021 22:25:55 -0700 Subject: [PATCH] Rename tests filenames to conform to Home Assistant standards (#58266) --- tests/components/nest/{camera_sdm_test.py => test_camera_sdm.py} | 0 .../components/nest/{climate_sdm_test.py => test_climate_sdm.py} | 0 .../components/nest/{device_info_test.py => test_device_info.py} | 0 tests/components/nest/{sensor_sdm_test.py => test_sensor_sdm.py} | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/components/nest/{camera_sdm_test.py => test_camera_sdm.py} (100%) rename tests/components/nest/{climate_sdm_test.py => test_climate_sdm.py} (100%) rename tests/components/nest/{device_info_test.py => test_device_info.py} (100%) rename tests/components/nest/{sensor_sdm_test.py => test_sensor_sdm.py} (100%) diff --git a/tests/components/nest/camera_sdm_test.py b/tests/components/nest/test_camera_sdm.py similarity index 100% rename from tests/components/nest/camera_sdm_test.py rename to tests/components/nest/test_camera_sdm.py diff --git a/tests/components/nest/climate_sdm_test.py b/tests/components/nest/test_climate_sdm.py similarity index 100% rename from tests/components/nest/climate_sdm_test.py rename to tests/components/nest/test_climate_sdm.py diff --git a/tests/components/nest/device_info_test.py b/tests/components/nest/test_device_info.py similarity index 100% rename from tests/components/nest/device_info_test.py rename to tests/components/nest/test_device_info.py diff --git a/tests/components/nest/sensor_sdm_test.py b/tests/components/nest/test_sensor_sdm.py similarity index 100% rename from tests/components/nest/sensor_sdm_test.py rename to tests/components/nest/test_sensor_sdm.py