docling-studio/document-parser/tests
Pier-Jean Malandrino 704ba550d4 feat: make document max size configurable via MAX_FILE_SIZE_MB env var
Replace hardcoded 5 MB upload limit with a configurable setting.
Backend exposes the value via /api/health, frontend reads it
dynamically for validation and UI messages.

Closes #48
2026-04-08 10:27:38 +02:00
..
__init__.py Add a stronger testing strategy 2026-03-18 14:46:37 +01:00
test_analysis_service.py feat: batch large documents with page_range and progress reporting 2026-04-07 17:54:40 +02:00
test_api_endpoints.py feat: make document max size configurable via MAX_FILE_SIZE_MB env var 2026-04-08 10:27:38 +02:00
test_bbox.py Move bbox.py from domain/ to infra/ and unify coordinate logic 2026-04-03 13:17:26 +02:00
test_chunking.py Add tests for ChunkBbox domain, schema, and API serialization 2026-04-02 14:47:40 +02:00
test_document_service.py fix: limit upload to 5 MB / 20 pages max and increase conversion timeout 2026-04-07 10:56:16 +02:00
test_models.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
test_pipeline_options.py fix: add document_timeout to PdfPipelineOptions (C1) 2026-04-07 15:32:38 +02:00
test_rate_limiter.py Add in-memory rate limiting middleware 2026-04-03 13:56:05 +02:00
test_repos.py Format backend codebase with ruff 2026-04-02 12:33:07 +02:00
test_robustness.py style: use single import style for infra.local_converter in tests 2026-04-07 15:39:02 +02:00
test_schemas.py Format backend codebase with ruff 2026-04-02 12:33:07 +02:00
test_serve_converter.py feat: batch large documents with page_range and progress reporting 2026-04-07 17:54:40 +02:00
test_settings.py feat: make document max size configurable via MAX_FILE_SIZE_MB env var 2026-04-08 10:27:38 +02:00