SurfSense/surfsense_backend/tests/unit/conftest.py

3 lines
203 B
Python

# No fixtures needed for unit tests yet.
# Unit tests cover pure functions and value objects with no dependencies.
# External-boundary mocks (llm, embedding_model) live in tests/integration/conftest.py.