plano/tests/archgw
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
..
.vscode better model names (#517) 2025-07-11 16:42:16 -07:00
common.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
common.sh Use intent model from archfc to pick prompt gateway (#328) 2024-12-20 13:25:01 -08:00
config.yaml rename cli to plano (#647) 2025-12-23 18:37:58 -08:00
config_mock_llm.yaml Add mock-based E2E tests and gate live tests to main/nightly 2026-02-18 19:33:48 +00:00
conftest.py Fix HandlerType import and apply Black formatting 2026-02-18 23:47:12 +00:00
docker-compose.mock.yaml Add mock-based E2E tests and gate live tests to main/nightly 2026-02-18 19:33:48 +00:00
docker-compose.yaml Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
pyproject.toml Add mock-based E2E tests and gate live tests to main/nightly 2026-02-18 19:33:48 +00:00
test_llm_gateway.py Use intent model from archfc to pick prompt gateway (#328) 2024-12-20 13:25:01 -08:00
test_model_alias_routing.py Fix mock handlers to match gateway routing behavior 2026-02-18 23:54:57 +00:00
test_prompt_gateway.py Rename all arch references to plano (#745) 2026-02-13 15:16:56 -08:00
test_responses_api.py Fix mock handlers to match gateway routing behavior 2026-02-18 23:54:57 +00:00
test_streaming.py Fix mock handlers to match gateway routing behavior 2026-02-18 23:54:57 +00:00
uv.lock Add mock-based E2E tests and gate live tests to main/nightly 2026-02-18 19:33:48 +00:00