[Refactor] Relocate responses API tests (#37241)

Signed-off-by: sfeng33 <4florafeng@gmail.com>
This commit is contained in:
Flora Feng
2026-03-17 01:14:52 -04:00
committed by GitHub
parent 54a62a79f7
commit 3e3d320c1b
12 changed files with 45 additions and 48 deletions

View File

@@ -5,7 +5,8 @@ import pytest
import pytest_asyncio
from openai import OpenAI
from ....utils import RemoteOpenAIServer
from tests.utils import RemoteOpenAIServer
from .conftest import validate_streaming_event_stack
MODEL_NAME = "Qwen/Qwen3-8B"