From bcf05ac94298e6d77280b25282c625f2d18aa305 Mon Sep 17 00:00:00 2001 From: ksdisch Date: Mon, 6 Jul 2026 15:51:39 -0500 Subject: [PATCH] docs: mention `uv run pytest` in CLAUDE.md's How to run MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to #20 — the one-command test run now sits next to the smoke test so each session sees it on orientation. Co-Authored-By: Claude Fable 5 --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 5958d3d..32b591d 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -15,6 +15,8 @@ faults rather than found naturally, say so plainly in the README and writeup. ## How to run - Setup: put a real `OPENROUTER_API_KEY` in `.env` (gitignored). See `README.md`. - Smoke test: `uv run verify.py` — exercises plain chat + one tool-calling round-trip. +- Tests: `uv run pytest` — all 12 offline suites in one go (77 tests, no API key needed; CI runs + this on every PR). Any single suite still runs standalone: `uv run test_.py`. - Anything else: `uv run