plano/tests
Adil Hafeez d8e5e48f4a Fix mock handlers to match gateway routing behavior
- OpenAI client → Claude model: gateway routes to /v1/chat/completions
  (not /v1/messages), so use setup_openai_chat_mock
- Responses API: gateway translates all requests to /v1/chat/completions
  on upstream with base_url providers, so use setup_openai_chat_mock
- Remove unused imports (json, pytest, setup_responses_api_mock)

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
2026-02-18 23:54:57 +00:00
..
archgw Fix mock handlers to match gateway routing behavior 2026-02-18 23:54:57 +00:00
e2e Add mock-based E2E tests and gate live tests to main/nightly 2026-02-18 19:33:48 +00:00
hurl use passed in model name in chat completion request (#445) 2025-03-21 15:56:17 -07:00
model_tests add hurl tests for currency exchange demo (#435) 2025-03-17 14:21:41 -07:00
rest use standard tracing and logging in brightstaff (#721) 2026-02-09 13:33:27 -08:00