llama-stack-mirror/tests/unit/server
Ashwin Bharambe 7b90e0e9c8
test: suppress expected error logs in SSE test (#3886)
Our unit test outputs are filled with all kinds of obscene logs. This
makes it really hard to spot real issues quickly. The problem is that
these logs are necessary to output at the given logging level when the
server is operating normally. It's just that we don't want to see some
of them (especially the noisy ones) during tests.

This PR begins the cleanup. We pytest's caplog fixture to for
suppression.
2025-10-22 14:34:32 -07:00
..
test_access_control.py fix(models)!: always prefix models with provider_id when registering (#3822) 2025-10-16 06:47:39 -07:00
test_auth.py test: suppress expected error logs in SSE test (#3886) 2025-10-22 14:34:32 -07:00
test_auth_github.py test: suppress expected error logs in SSE test (#3886) 2025-10-22 14:34:32 -07:00
test_cors.py feat: Add CORS configuration support for server (#3201) 2025-08-21 14:23:27 -07:00
test_quota.py test: suppress expected error logs in SSE test (#3886) 2025-10-22 14:34:32 -07:00
test_replace_env_vars.py fix(env): env var replacement preserve types (#3270) 2025-08-28 17:07:18 +02:00
test_resolver.py feat(stores)!: use backend storage references instead of configs (#3697) 2025-10-20 13:20:09 -07:00
test_server.py chore(cleanup)!: kill vector_db references as far as possible (#3864) 2025-10-20 20:06:16 -07:00
test_sse.py test: suppress expected error logs in SSE test (#3886) 2025-10-22 14:34:32 -07:00