SurfSense/surfsense_backend/tests/e2e
Anish Sarkar a57ab02900 feat: Implement file upload limits and page limit enforcement in backend
- Added constants for maximum files per upload, per-file size, and total upload size.
- Enhanced document upload route to validate file counts and sizes, returning appropriate HTTP errors.
- Introduced end-to-end tests for upload limits and page limit enforcement, ensuring correct behavior under various scenarios.
- Updated test helpers to support notification retrieval for page limit exceeded scenarios.
2026-02-26 01:25:34 +05:30
..
__init__.py feat: Add end-to-end tests for document upload pipeline and shared test utilities 2026-02-25 16:39:45 +05:30
test_document_upload.py chore: ran linting 2026-02-25 20:08:20 +05:30
test_page_limits.py feat: Implement file upload limits and page limit enforcement in backend 2026-02-26 01:25:34 +05:30
test_upload_limits.py feat: Implement file upload limits and page limit enforcement in backend 2026-02-26 01:25:34 +05:30