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