From 42c445cb43f71a127b8d05b33778f4b917ae6108 Mon Sep 17 00:00:00 2001 From: David Rodriguez Date: Thu, 14 May 2026 11:04:24 -0400 Subject: [PATCH] rename test to tests --- {test => tests}/README.md | 0 {test => tests}/integration/api/test_api_endpoints.py | 0 {test => tests}/integration/database/test_db_queries.py | 0 {test => tests}/integration/web/test_web_rendering.py | 0 {test => tests}/unit/database/test_query_utils.py | 0 {test => tests}/unit/visualizations/test_vis_logic.py | 0 6 files changed, 0 insertions(+), 0 deletions(-) rename {test => tests}/README.md (100%) rename {test => tests}/integration/api/test_api_endpoints.py (100%) rename {test => tests}/integration/database/test_db_queries.py (100%) rename {test => tests}/integration/web/test_web_rendering.py (100%) rename {test => tests}/unit/database/test_query_utils.py (100%) rename {test => tests}/unit/visualizations/test_vis_logic.py (100%) diff --git a/test/README.md b/tests/README.md similarity index 100% rename from test/README.md rename to tests/README.md diff --git a/test/integration/api/test_api_endpoints.py b/tests/integration/api/test_api_endpoints.py similarity index 100% rename from test/integration/api/test_api_endpoints.py rename to tests/integration/api/test_api_endpoints.py diff --git a/test/integration/database/test_db_queries.py b/tests/integration/database/test_db_queries.py similarity index 100% rename from test/integration/database/test_db_queries.py rename to tests/integration/database/test_db_queries.py diff --git a/test/integration/web/test_web_rendering.py b/tests/integration/web/test_web_rendering.py similarity index 100% rename from test/integration/web/test_web_rendering.py rename to tests/integration/web/test_web_rendering.py diff --git a/test/unit/database/test_query_utils.py b/tests/unit/database/test_query_utils.py similarity index 100% rename from test/unit/database/test_query_utils.py rename to tests/unit/database/test_query_utils.py diff --git a/test/unit/visualizations/test_vis_logic.py b/tests/unit/visualizations/test_vis_logic.py similarity index 100% rename from test/unit/visualizations/test_vis_logic.py rename to tests/unit/visualizations/test_vis_logic.py