From 284603fe71fa0420bd486ece6e4ad45a74f19a5e Mon Sep 17 00:00:00 2001 From: "russell@unturf.com" Date: Sun, 10 May 2026 13:24:26 -0400 Subject: [PATCH] =?UTF-8?q?README:=20refresh=20stale=20test-count=20claim?= =?UTF-8?q?=20(641+=20=E2=86=92=202000+)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Today's autonomous-quality run pushed test count from 1655 to 2093 (≈+438 across both shifts). README.md still cited the older "641+" milestone from earlier in the project. Updated to the current ~2000+ number with a parallel-execution latency note. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 162a071..6383551 100644 --- a/README.md +++ b/README.md @@ -360,7 +360,7 @@ the published Read the Docs site. Pipeline diagrams live in ## Tests & bench ``` -make test # 641+ tests, default suite, ~10s with pytest -n auto +make test # 2000+ tests, default suite, ~60s sequential / ~10s with pytest -n auto make test-crawler # opt-in: tests for the verbatim crawler lift make test-live # gated: live QA quality fixtures against Hermes (~1 min) make bench # ETL throughput across configs (serial / shared-WAL / attached)