From cacd7fc900a6667c9961b5ff77f5ddf12bf4bae5 Mon Sep 17 00:00:00 2001 From: Matthew Watkins Date: Thu, 18 Apr 2024 15:02:25 +0100 Subject: [PATCH] Chore: Rename tests to satisfy linting Signed-off-by: Matthew Watkins --- tests/{drought_indicators_test.py => test_drought_indicators.py} | 0 tests/{heat_indicators_test.py => test_heat_indicators.py} | 0 tests/{inventory_test.py => test_inventory.py} | 0 tests/{onboarding_test.py => test_onboarding.py} | 0 ...perature_indicators_test.py => test_temperature_indicators.py} | 0 tests/{tile_creation_test.py => test_tile_creation.py} | 0 tests/{utilities_test.py => test_utilities.py} | 0 ...ater_temp_indicators_test.py => test_water_temp_indicators.py} | 0 tests/{wind_onboarding_test.py => test_wind_onboarding.py} | 0 9 files changed, 0 insertions(+), 0 deletions(-) rename tests/{drought_indicators_test.py => test_drought_indicators.py} (100%) rename tests/{heat_indicators_test.py => test_heat_indicators.py} (100%) rename tests/{inventory_test.py => test_inventory.py} (100%) rename tests/{onboarding_test.py => test_onboarding.py} (100%) rename tests/{temperature_indicators_test.py => test_temperature_indicators.py} (100%) rename tests/{tile_creation_test.py => test_tile_creation.py} (100%) rename tests/{utilities_test.py => test_utilities.py} (100%) rename tests/{water_temp_indicators_test.py => test_water_temp_indicators.py} (100%) rename tests/{wind_onboarding_test.py => test_wind_onboarding.py} (100%) diff --git a/tests/drought_indicators_test.py b/tests/test_drought_indicators.py similarity index 100% rename from tests/drought_indicators_test.py rename to tests/test_drought_indicators.py diff --git a/tests/heat_indicators_test.py b/tests/test_heat_indicators.py similarity index 100% rename from tests/heat_indicators_test.py rename to tests/test_heat_indicators.py diff --git a/tests/inventory_test.py b/tests/test_inventory.py similarity index 100% rename from tests/inventory_test.py rename to tests/test_inventory.py diff --git a/tests/onboarding_test.py b/tests/test_onboarding.py similarity index 100% rename from tests/onboarding_test.py rename to tests/test_onboarding.py diff --git a/tests/temperature_indicators_test.py b/tests/test_temperature_indicators.py similarity index 100% rename from tests/temperature_indicators_test.py rename to tests/test_temperature_indicators.py diff --git a/tests/tile_creation_test.py b/tests/test_tile_creation.py similarity index 100% rename from tests/tile_creation_test.py rename to tests/test_tile_creation.py diff --git a/tests/utilities_test.py b/tests/test_utilities.py similarity index 100% rename from tests/utilities_test.py rename to tests/test_utilities.py diff --git a/tests/water_temp_indicators_test.py b/tests/test_water_temp_indicators.py similarity index 100% rename from tests/water_temp_indicators_test.py rename to tests/test_water_temp_indicators.py diff --git a/tests/wind_onboarding_test.py b/tests/test_wind_onboarding.py similarity index 100% rename from tests/wind_onboarding_test.py rename to tests/test_wind_onboarding.py