From 07262942ad59aa9b3ad7d51239f0c2eee19aeba6 Mon Sep 17 00:00:00 2001 From: Maxime Vergez <85738261+mvergez@users.noreply.github.com> Date: Fri, 23 Dec 2022 10:56:40 +0100 Subject: [PATCH] test: move test_route in parent dir (#17) clean: Merge la PR move test_route Co-authored-by: Andria Capai --- .../tests/{test_monitoring => }/test_routes/__init__.py | 0 .../tests/{test_monitoring => }/test_routes/test_site.py | 0 .../tests/{test_monitoring => }/test_routes/test_sites_groups.py | 0 3 files changed, 0 insertions(+), 0 deletions(-) rename backend/gn_module_monitoring/tests/{test_monitoring => }/test_routes/__init__.py (100%) rename backend/gn_module_monitoring/tests/{test_monitoring => }/test_routes/test_site.py (100%) rename backend/gn_module_monitoring/tests/{test_monitoring => }/test_routes/test_sites_groups.py (100%) diff --git a/backend/gn_module_monitoring/tests/test_monitoring/test_routes/__init__.py b/backend/gn_module_monitoring/tests/test_routes/__init__.py similarity index 100% rename from backend/gn_module_monitoring/tests/test_monitoring/test_routes/__init__.py rename to backend/gn_module_monitoring/tests/test_routes/__init__.py diff --git a/backend/gn_module_monitoring/tests/test_monitoring/test_routes/test_site.py b/backend/gn_module_monitoring/tests/test_routes/test_site.py similarity index 100% rename from backend/gn_module_monitoring/tests/test_monitoring/test_routes/test_site.py rename to backend/gn_module_monitoring/tests/test_routes/test_site.py diff --git a/backend/gn_module_monitoring/tests/test_monitoring/test_routes/test_sites_groups.py b/backend/gn_module_monitoring/tests/test_routes/test_sites_groups.py similarity index 100% rename from backend/gn_module_monitoring/tests/test_monitoring/test_routes/test_sites_groups.py rename to backend/gn_module_monitoring/tests/test_routes/test_sites_groups.py