llama-stack-mirror/tests/integration/non_ci/responses
Mustafa Elbehery c54278f3d7 refactor(client): remove initialize() Method from LlamaStackAsLibrary
Currently client.initialize() had to be invoked by user.
To improve dev experience and to avoid runtime errors, this PR init LlamaStackAsLibrary implicitly upon using the client.
It prevents also multiple init of the same client, while maintaining backward ccompatibility.

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-08-22 00:51:11 +02:00
..
fixtures refactor(client): remove initialize() Method from LlamaStackAsLibrary 2025-08-22 00:51:11 +02:00
__init__.py chore(tests): refactor and move responses tests away from verifications (#3068) 2025-08-07 13:48:16 -07:00
helpers.py refactor(tests): make the responses tests nicer (#3161) 2025-08-15 00:05:36 +00:00
streaming_assertions.py refactor(tests): make the responses tests nicer (#3161) 2025-08-15 00:05:36 +00:00
test_basic_responses.py fix: handle mcp tool calls in previous response correctly (#3155) 2025-08-20 14:12:15 -07:00
test_file_search.py refactor(tests): make the responses tests nicer (#3161) 2025-08-15 00:05:36 +00:00
test_tool_responses.py fix: handle mcp tool calls in previous response correctly (#3155) 2025-08-20 14:12:15 -07:00