docs(contributing): correct test file count (149 -> 147)

Inventory audit showed v0.40.4 baseline test-file count was 148 in docs
but 146 actually on disk. v0.40.5 added test_v0405_part_a.py (+1), so the
correct post-v0.40.5 count is 147. Update CONTRIBUTING.md.

Docs-only hotfix — no soup_cli/ changes, no version bump.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
This commit is contained in:
Alpamys 2026-05-09 14:56:57 +05:00
parent 0d406467a1
commit 30fb8d61f8
1 changed files with 1 additions and 1 deletions

View File

@ -111,7 +111,7 @@ soup_cli/
templates/ - 17 built-in soup.yaml templates (YAML + manifest.json) with load_template loader (v0.39.0, +bco v0.40.0)
ui/ - Web UI (FastAPI + HTML/JS SPA)
tests/ - Test suite (149 files, 5061 tests)
tests/ - Test suite (147 files, 5061 tests)
examples/ - Real-world config examples and datasets
```