SurfSense/surfsense_backend/tests/integration
Anish Sarkar 3393e435f9 feat: implement task dispatcher for document processing
- Introduced a TaskDispatcher abstraction to decouple the upload endpoint from Celery, allowing for easier testing with synchronous implementations.
- Updated the create_documents_file_upload function to utilize the new dispatcher for task management.
- Removed direct Celery task imports from the upload function, enhancing modularity.
- Added integration tests for document upload, including page limit enforcement and file size restrictions.
2026-02-26 23:55:47 +05:30
..
document_upload feat: implement task dispatcher for document processing 2026-02-26 23:55:47 +05:30
indexing_pipeline chore: ran linting 2026-02-26 03:05:20 +05:30
__init__.py test: bootstrap pytest environment for backend 2026-02-24 18:19:56 +02:00
conftest.py chore: ran linting 2026-02-26 03:05:20 +05:30