From bb810663566bbc74755728d2f52a7f6669eac4dd Mon Sep 17 00:00:00 2001 From: Zishan Date: Thu, 6 Feb 2025 14:57:40 +0100 Subject: [PATCH] rename anthropic test --- {proxy/tests => tests/anthropic}/test_claude_weather_agent.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) rename {proxy/tests => tests/anthropic}/test_claude_weather_agent.py (99%) diff --git a/proxy/tests/test_claude_weather_agent.py b/tests/anthropic/test_claude_weather_agent.py similarity index 99% rename from proxy/tests/test_claude_weather_agent.py rename to tests/anthropic/test_claude_weather_agent.py index bacdd54..d740437 100644 --- a/proxy/tests/test_claude_weather_agent.py +++ b/tests/anthropic/test_claude_weather_agent.py @@ -99,7 +99,7 @@ class WeatherAgent: anthropic_api_key = os.getenv("ANTHROPIC_API_KEY") weather_agent = WeatherAgent(anthropic_api_key) -def test_weather_agent(): +def test_proxy_response(): # Example queries queries = [ "What's the weather like in Zurich city?",