From 775251b993738d3fbd12e29ad2118defe6c072b7 Mon Sep 17 00:00:00 2001 From: Brandon Walter <51866976+echoparkbaby@users.noreply.github.com> Date: Tue, 5 May 2026 06:19:17 -0700 Subject: [PATCH] docs: refresh README test count + run-tests.sh pointer MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Test suite has grown from 44 → 65 since this line was last touched (routes resolution, badblocks tunables, rate limiter, lifecycle). Also points readers at scripts/run-tests.sh for the in-container path. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 46cd71d..5335f17 100644 --- a/README.md +++ b/README.md @@ -259,7 +259,7 @@ pinned version after the fact. - `CLAUDE.md` — full architecture, file map, deploy workflow, and the rationale behind every non-obvious design decision. - `SPEC.md` — canonical feature reference per version. -- `tests/` — `python -m unittest discover tests/` (44 tests, stdlib-only). +- `tests/` — `python -m unittest discover tests/` (65 tests, stdlib-only). Or run inside the deployed container with `scripts/run-tests.sh`. ---