llama-stack-mirror/tests/integration/non_ci/responses/fixtures
Mustafa Elbehery 2ebdfced3c fix(test): update LlamaStackAsLibraryClient initialization tests after removing initialize method
The recent refactor (3778a4c3) introduced automatic initialization for
  LlamaStackAsLibraryClient but the unit tests were expecting manual initalization and _is_initialized.
  This caused test failure.

  Changes:
  - Update test assertions to check route_impls is not None instead of _is_initialized
  - Add proper mocking in tests to avoid external provider dependencies
  - Maintain test coverage for automatic initialization behavior
  - Ensure backward compatibility testing for deprecated initialize() method

Signed-off-by: Mustafa Elbehery <melbeher@redhat.com>
2025-08-22 00:51:11 +02:00
..
images chore(tests): refactor and move responses tests away from verifications (#3068) 2025-08-07 13:48:16 -07:00
pdfs chore(tests): refactor and move responses tests away from verifications (#3068) 2025-08-07 13:48:16 -07:00
__init__.py chore(tests): refactor and move responses tests away from verifications (#3068) 2025-08-07 13:48:16 -07:00
fixtures.py fix(test): update LlamaStackAsLibraryClient initialization tests after removing initialize method 2025-08-22 00:51:11 +02:00
test_cases.py refactor(tests): make the responses tests nicer (#3161) 2025-08-15 00:05:36 +00:00