docs: bump CONTRIBUTING test counts to 292 files / 14084 tests (v0.71.21)

This commit is contained in:
Alpamys 2026-06-10 16:50:31 +05:00
parent ed5fc3a8b3
commit 9fd356b8ae
1 changed files with 2 additions and 2 deletions

View File

@ -120,7 +120,7 @@ src/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 (291 files, 13874 tests)
tests/ - Test suite (292 files, 14084 tests)
examples/ - Real-world config examples and datasets
```
@ -150,7 +150,7 @@ pytest tests/test_data.py::test_detect_alpaca_format -v
pytest tests/ --cov=soup_cli --cov-report=html
```
### Test Files (287 files)
### Test Files (292 files)
> A representative sample of the suite below. The full table lives in
> [`.claude/CLAUDE.md`](.claude/CLAUDE.md); run `pytest tests/ -v` for the complete list.