llama-stack-mirror/tests/integration/agents
Ashwin Bharambe 045a0c1d57
feat(tests): implement test isolation for inference recordings (#3681)
Uses test_id in request hashes and test-scoped subdirectories to prevent
cross-test contamination. Model list endpoints exclude test_id to enable
merging recordings from different servers.

Additionally, this PR adds a `record-if-missing` mode (which we will use
instead of `record` which records everything) which is very useful.

🤖 Co-authored with [Claude Code](https://claude.com/claude-code)

---------

Co-authored-by: Claude <noreply@anthropic.com>
2025-10-04 11:34:18 -07:00
..
recordings feat(tests): implement test isolation for inference recordings (#3681) 2025-10-04 11:34:18 -07:00
__init__.py fix: remove ruff N999 (#1388) 2025-03-07 11:14:04 -08:00
test_agents.py chore: fix agents tests for non-ollama providers, provide max_tokens (#3657) 2025-10-02 14:30:13 -04:00
test_openai_responses.py fix: Ensure that tool calls with no arguments get handled correctly (#3560) 2025-10-01 08:36:57 -04:00
test_persistence.py chore: default to pytest asyncio-mode=auto (#2730) 2025-07-11 13:00:24 -07:00