From cab3c0b0fb0ac9ac0f7fb14285986a54376bab18 Mon Sep 17 00:00:00 2001 From: Alpamys Date: Tue, 3 Mar 2026 23:58:29 +0500 Subject: [PATCH] =?UTF-8?q?Update=20test=20count=20badge:=20184=20?= =?UTF-8?q?=E2=86=92=20186?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-Authored-By: Claude Opus 4.6 --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 074c08b..7bfb3ab 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ PyPI Python 3.9+ MIT License - Tests + Tests CI

@@ -372,7 +372,7 @@ pip install -e ".[dev]" # Lint ruff check soup_cli/ tests/ -# Run unit tests (fast, no GPU needed — 184 tests) +# Run unit tests (fast, no GPU needed — 186 tests) pytest tests/ -v # Run smoke tests (downloads tiny model, runs real training)