docling-studio/document-parser/tests
Pier-Jean Malandrino d8f87c34bc Skip pipeline options tests when docling is not installed
The docling library (torch, transformers) is too heavy for lightweight
CI environments that only install docling-core. Use importorskip so
these tests are cleanly skipped instead of crashing collection.
2026-04-03 15:42:14 +02:00
..
__init__.py Add a stronger testing strategy 2026-03-18 14:46:37 +01:00
test_analysis_service.py Limit concurrent analyses with asyncio.Semaphore 2026-04-03 13:51:53 +02:00
test_api_endpoints.py Align tests with schema refactoring (AliasChoices, status codes) 2026-04-03 14:21:30 +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 Add document_service tests for upload, preview, and deletion 2026-04-03 13:57:05 +02:00
test_models.py Add qualityt check and contributing doc 2026-03-21 15:34:54 +01:00
test_pipeline_options.py Skip pipeline options tests when docling is not installed 2026-04-03 15:42:14 +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_schemas.py Format backend codebase with ruff 2026-04-02 12:33:07 +02:00
test_serve_converter.py Fix generate_page_images option silently dropped in remote mode 2026-04-03 13:01:50 +02:00
test_settings.py Centralize config through Settings singleton 2026-04-03 13:47:53 +02:00