From 75745acf2036d7958cf9bc95b8ade526f1cfda88 Mon Sep 17 00:00:00 2001 From: Anthony Volk Date: Tue, 26 Nov 2024 01:05:45 +0100 Subject: [PATCH] fix: Update file locations after rebase --- .../{to_be_refactored => integration}/test_simulation_analysis.py | 0 tests/python/{to_be_refactored => integration}/test_tracer.py | 0 .../services/test_ai_analysis_service.py} | 0 .../payload_validators}/test_validate_country.py | 0 4 files changed, 0 insertions(+), 0 deletions(-) rename tests/python/{to_be_refactored => integration}/test_simulation_analysis.py (100%) rename tests/python/{to_be_refactored => integration}/test_tracer.py (100%) rename tests/python/{to_be_refactored/test_ai_analysis.py => unit/services/test_ai_analysis_service.py} (100%) rename tests/python/unit/{helpers => utils/payload_validators}/test_validate_country.py (100%) diff --git a/tests/python/to_be_refactored/test_simulation_analysis.py b/tests/python/integration/test_simulation_analysis.py similarity index 100% rename from tests/python/to_be_refactored/test_simulation_analysis.py rename to tests/python/integration/test_simulation_analysis.py diff --git a/tests/python/to_be_refactored/test_tracer.py b/tests/python/integration/test_tracer.py similarity index 100% rename from tests/python/to_be_refactored/test_tracer.py rename to tests/python/integration/test_tracer.py diff --git a/tests/python/to_be_refactored/test_ai_analysis.py b/tests/python/unit/services/test_ai_analysis_service.py similarity index 100% rename from tests/python/to_be_refactored/test_ai_analysis.py rename to tests/python/unit/services/test_ai_analysis_service.py diff --git a/tests/python/unit/helpers/test_validate_country.py b/tests/python/unit/utils/payload_validators/test_validate_country.py similarity index 100% rename from tests/python/unit/helpers/test_validate_country.py rename to tests/python/unit/utils/payload_validators/test_validate_country.py