litellm/tests/llm_responses_api_testing
mateo-berri 34d8af9340 test(harness): move live Responses API tests to responses_api_live suite
Per audit 5/8c (the scope-doc keeper, migrating as harness cells):
- test_openai_responses_api.py: TestOpenAIResponsesAPITest + the 15 live
  tests (streaming/non-streaming logging, headers, stream validation, router
  + router streaming, bad-request pair, MCP tools, field types, websearch,
  token-limit error, streaming logging, compact) moved with the
  TestCustomLogger/validate_* helpers they alone used; the o1-pro mock
  goldens, store-field transformation and router-no-metadata keepers stay;
  the module-level MockResponse/extra_body fixture pair died with the
  already-deleted extra-body drops
- test_anthropic_responses_api.py: TestAnthropicResponsesAPITest +
  test_multiturn_tool_calls moved; file deleted (nothing remained after the
  drop commit)
- test_azure_responses_api.py: TestAzureResponsesAPITest + preview
  api-version test moved; status-stripping and header-prefix goldens stay
- test_google_ai_studio_responses_api.py: live tools + thought-signature
  tests + base subclass moved; the bridge-transform mock golden stays
2026-06-11 19:15:00 +00:00
..
base_responses_api.py chore(ci): modernize model references in tests and configs (#27856) 2026-05-15 15:44:28 -07:00
conftest.py fix(tests): stabilize image-edit VCR cassettes to stop live gpt-image-1 spend (#28110) 2026-05-18 09:15:39 -07:00
test_anthropic_tool_result_empty_call_id.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_anthropic_tool_result_fix.py style: run black formatter on files from main merge 2026-04-17 13:02:59 -07:00
test_azure_responses_api.py test(harness): move live Responses API tests to responses_api_live suite 2026-06-11 19:15:00 +00:00
test_base_responses_api_streaming_iterator.py fix(responses): use OpenAI SSEDecoder for Responses API streaming (#28566) 2026-05-22 10:03:36 -07:00
test_google_ai_studio_responses_api.py test(harness): move live Responses API tests to responses_api_live suite 2026-06-11 19:15:00 +00:00
test_openai_responses_api.py test(harness): move live Responses API tests to responses_api_live suite 2026-06-11 19:15:00 +00:00
test_responses_hooks.py test: include response key in response.completed chunk for ID hook test 2026-05-01 15:41:17 +05:30