From 938376425b64a20b73792fc488304149d8084162 Mon Sep 17 00:00:00 2001 From: Chris Coutinho Date: Sat, 30 Aug 2025 14:34:25 +0200 Subject: [PATCH] chore: Update CLAUDE.md --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index f7e5e87..f7874c7 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -7,7 +7,7 @@ This file provides guidance to Claude Code (claude.ai/code) when working with co ### Testing ```bash # Run all tests -pytest +uv run pytest # Run integration tests only uv run pytest -m integration