mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-11 21:31:07 +00:00
7 lines
271 B
Python
7 lines
271 B
Python
"""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.
|
|
"""
|