chore: Update CLAUDE.md

This commit is contained in:
Chris Coutinho
2025-08-30 14:34:25 +02:00
parent 0484167a22
commit 938376425b
+1 -1
View File
@@ -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