test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes)

This commit is contained in:
Anish Sarkar 2026-05-06 17:17:42 +05:30
parent c720866a67
commit 58ba95fad2
9 changed files with 550 additions and 0 deletions

View file

@ -0,0 +1,4 @@
"""Test-only middleware. Mounted on the FastAPI `app` object inside
`tests/e2e/run_backend.py`, never registered by production startup
(`python main.py`).
"""