From bb9a298d11a5387caa470a852103aca078225764 Mon Sep 17 00:00:00 2001 From: Andy Li <55300002+cliandy@users.noreply.github.com> Date: Fri, 15 Aug 2025 15:01:46 -0700 Subject: [PATCH] fix: imports for mcp tests --- tests/{mcp => mcp_tests}/__init__.py | 0 tests/{mcp => mcp_tests}/mcp_config.json | 0 tests/{mcp => mcp_tests}/test_mcp.py | 0 tests/{mcp => mcp_tests}/weather/requirements.txt | 0 tests/{mcp => mcp_tests}/weather/weather.py | 0 5 files changed, 0 insertions(+), 0 deletions(-) rename tests/{mcp => mcp_tests}/__init__.py (100%) rename tests/{mcp => mcp_tests}/mcp_config.json (100%) rename tests/{mcp => mcp_tests}/test_mcp.py (100%) rename tests/{mcp => mcp_tests}/weather/requirements.txt (100%) rename tests/{mcp => mcp_tests}/weather/weather.py (100%) diff --git a/tests/mcp/__init__.py b/tests/mcp_tests/__init__.py similarity index 100% rename from tests/mcp/__init__.py rename to tests/mcp_tests/__init__.py diff --git a/tests/mcp/mcp_config.json b/tests/mcp_tests/mcp_config.json similarity index 100% rename from tests/mcp/mcp_config.json rename to tests/mcp_tests/mcp_config.json diff --git a/tests/mcp/test_mcp.py b/tests/mcp_tests/test_mcp.py similarity index 100% rename from tests/mcp/test_mcp.py rename to tests/mcp_tests/test_mcp.py diff --git a/tests/mcp/weather/requirements.txt b/tests/mcp_tests/weather/requirements.txt similarity index 100% rename from tests/mcp/weather/requirements.txt rename to tests/mcp_tests/weather/requirements.txt diff --git a/tests/mcp/weather/weather.py b/tests/mcp_tests/weather/weather.py similarity index 100% rename from tests/mcp/weather/weather.py rename to tests/mcp_tests/weather/weather.py