mirror of
https://github.com/meta-llama/llama-stack.git
synced 2025-12-30 13:29:32 +00:00
OpenAPI Responses - move tests under tests/verifications
This moves the OpenAI Responses API tests under tests/verifications/openai_api/test_response.py and starts to wire them up to our verification suite, so that we can test multiple providers as well as OpenAI directly for the Responses API. Signed-off-by: Ben Browning <bbrownin@redhat.com>
This commit is contained in:
parent
591e6a3972
commit
207224a811
14 changed files with 353 additions and 273 deletions
|
|
@ -13,3 +13,5 @@ test_exclusions:
|
|||
- test_chat_non_streaming_image
|
||||
- test_chat_streaming_image
|
||||
- test_chat_multi_turn_multiple_images
|
||||
- test_response_non_streaming_image
|
||||
- test_response_non_streaming_multi_turn_image
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue