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