DocHub/backend/tests
2026-08-01 02:36:58 +08:00
..
test_document_service.py feat: add DocumentService coordinating MinIO writes and search indexing 2026-08-01 02:28:58 +08:00
test_main.py feat: wire documents and search routers into FastAPI app with e2e smoke test 2026-08-01 02:36:58 +08:00
test_minio_client.py feat: add MinioClient wrapper for list/get/put/delete object operations 2026-08-01 02:24:15 +08:00
test_routers_documents.py feat: add documents router for list/get/save/delete/upload 2026-08-01 02:32:42 +08:00
test_routers_search.py feat: add search route forwarding queries to SearchClient 2026-08-01 02:35:00 +08:00
test_search_client.py feat: add SearchClient wrapper for index/delete/search operations 2026-08-01 02:25:48 +08:00
test_text_extract.py feat: add stdlib-only markdown and html text extraction for indexing 2026-08-01 02:21:38 +08:00