mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-04-26 01:06:23 +02:00
3 lines
203 B
Python
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.
|