[Refactor] Relocate endpoint tests to mirror serving code directory structure (#37504)

Signed-off-by: sfeng33 <4florafeng@gmail.com>
This commit is contained in:
Flora Feng
2026-03-19 03:19:36 -04:00
committed by GitHub
parent e3126cd107
commit b21d384304
17 changed files with 14 additions and 17 deletions

View File

@@ -42,7 +42,7 @@ class TestMCPToolServerUnit:
Note: The wildcard "*" is normalized to None by
_extract_allowed_tools_from_mcp_requests before reaching this layer,
so we only test None and specific tool filtering here.
See test_serving_responses.py for "*" normalization tests.
See responses/test_serving_responses.py for "*" normalization tests.
"""
def test_get_tool_description(self):