mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-05-12 09:12:40 +02:00
8 lines
271 B
Python
8 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.
|
||
|
|
"""
|