From 1b359b8faf1fb5ce937d812fa4b02822df8f2c16 Mon Sep 17 00:00:00 2001 From: Pier-Jean Malandrino Date: Sun, 5 Apr 2026 10:27:58 +0200 Subject: [PATCH] =?UTF-8?q?Fix=20remaining=20stale=20test=20count=20in=20R?= =?UTF-8?q?EADME=20backend=20structure=20(99=20=E2=86=92=20199)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index c26a195..548e3fa 100644 --- a/README.md +++ b/README.md @@ -61,7 +61,7 @@ document-parser/ ├── services/ # Use case orchestration │ ├── document_service.py # Upload, delete, preview │ └── analysis_service.py # Async Docling processing -└── tests/ # 99 tests (pytest) +└── tests/ # 199 tests (pytest) ``` ### Frontend structure (feature-based)