From 9fd356b8aed06871ba3e2b2342803181ad9299fb Mon Sep 17 00:00:00 2001 From: Alpamys Date: Wed, 10 Jun 2026 16:50:31 +0500 Subject: [PATCH] docs: bump CONTRIBUTING test counts to 292 files / 14084 tests (v0.71.21) --- CONTRIBUTING.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 0fc506d..7101e85 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -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.