chrysopedia/backend/tests
jlightner 96491ac70a fix: LLM config, task time limits, base_url, fallback model, debug Redis caching
- Add BASE_URL setting to config.py, replace hardcoded localhost:8096 in notifications
- Fix LLM_FALLBACK_MODEL default from fyn-llm-agent-chat to qwen2.5:7b
- Fix docker-compose LLM_FALLBACK_MODEL to use env var with correct default
- Add BASE_URL env var to API and worker in docker-compose.yml
- Add soft_time_limit/time_limit to all pipeline stage tasks (prevent stuck workers)
- Cache Redis connection in _is_debug_mode() instead of creating per-call
- Remove duplicate test files in backend/tests/notifications/
2026-04-05 06:01:54 +00:00
..
fixtures fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
__init__.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
conftest.py test: Add 22 integration tests for consent endpoints covering auth, own… 2026-04-03 22:16:31 +00:00
test_auth.py test: Implemented auth API router with register/login/me/update-profile… 2026-04-03 21:54:11 +00:00
test_chat.py test: Added automatic primary→fallback LLM endpoint switching in ChatSe… 2026-04-04 14:31:28 +00:00
test_consent.py test: Add 22 integration tests for consent endpoints covering auth, own… 2026-04-03 22:16:31 +00:00
test_export.py chore: Added GET /creator/export endpoint that returns a ZIP archive co… 2026-04-04 14:16:56 +00:00
test_impersonation.py feat: Added write_mode support to impersonation tokens with conditional… 2026-04-04 06:24:04 +00:00
test_ingest.py fix: restore complete project tree from ub01 canonical state 2026-03-31 02:10:41 +00:00
test_notifications.py test: Added GET/PUT notification preferences endpoints, signed-token un… 2026-04-04 12:27:18 +00:00
test_pipeline.py chore: remove 2,367 lines of dead code — orphaned CSS, unused imports, stale files 2026-04-03 09:43:37 +00:00
test_public_api.py feat: Added scored dynamic related-techniques query returning up to 4 r… 2026-03-31 06:13:59 +00:00
test_search.py test: Added 6 integration tests covering creator-scoped cascade tiers (… 2026-04-04 05:07:24 +00:00
test_video_detail.py test: Added GET /videos/{video_id} and GET /videos/{video_id}/transcrip… 2026-04-03 23:42:43 +00:00