llama-stack-mirror/tests
Francisco Javier Arceo 9bd642f311 change to _get_session_from_values instead of _get_sessions_from_keys
Signed-off-by: Francisco Javier Arceo <farceo@redhat.com>
2025-08-12 15:10:19 -04:00
..
common feat(responses): implement full multi-turn support (#2295) 2025-06-02 15:35:49 -07:00
containers feat(ci): add support for running vision inference tests (#2972) 2025-07-31 11:50:42 -07:00
external chore: bump min python version in docs and tests (#3103) 2025-08-12 08:52:57 -07:00
integration feat: Add Google Vertex AI inference provider support (#2841) 2025-08-11 08:22:04 -04:00
unit change to _get_session_from_values instead of _get_sessions_from_keys 2025-08-12 15:10:19 -04:00
__init__.py refactor(test): introduce --stack-config and simplify options (#1404) 2025-03-05 17:02:02 -08:00
README.md docs: revamp testing documentation (#2155) 2025-05-13 11:28:29 -07:00

Llama Stack Tests

Llama Stack has multiple layers of testing done to ensure continuous functionality and prevent regressions to the codebase.

Testing Type Details
Unit unit/README.md
Integration integration/README.md
Verification verifications/README.md