mirror of
https://github.com/MODSetter/SurfSense.git
synced 2026-06-24 21:38:09 +02:00
Move the lifecycle service, Celery task bodies, and mark_failed coverage out of DB-faking unit tests and into integration tests against a real Postgres, faking only true externals (broker, object store, TTS, ffmpeg, billing, LLM). Add HTTP slices for cancel, voices, scoping, and public-chat streaming. The unit tier is now fake-free pure logic with no session doubles. |
||
|---|---|---|
| .. | ||
| conftest.py | ||
| test_brief_gate.py | ||
| test_cancel.py | ||
| test_create.py | ||
| test_draft_task.py | ||
| test_public_stream.py | ||
| test_render_task.py | ||
| test_scoping.py | ||
| test_streaming.py | ||
| test_task_failure.py | ||
| test_transcript_gate.py | ||
| test_voices.py | ||