SurfSense/surfsense_backend/tests/unit/conftest.py

4 lines
203 B
Python
Raw Normal View History

# 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.