mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 09:12:40 +02:00
test(backend): add E2E harness foundation (entrypoints, middleware, LLM/embedding fakes)
This commit is contained in:
parent
c720866a67
commit
58ba95fad2
9 changed files with 550 additions and 0 deletions
7
surfsense_backend/tests/e2e/__init__.py
Normal file
7
surfsense_backend/tests/e2e/__init__.py
Normal file
|
|
@ -0,0 +1,7 @@
|
|||
"""E2E test harness root.
|
||||
|
||||
This package is loaded only by the test entrypoints
|
||||
(`tests/e2e/run_backend.py`, `tests/e2e/run_celery.py`). It is excluded
|
||||
from the production Docker image via `surfsense_backend/.dockerignore`,
|
||||
so production binaries never see this code.
|
||||
"""
|
||||
Loading…
Add table
Add a link
Reference in a new issue