We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 762fff7 commit dc805ecCopy full SHA for dc805ec
CLAUDE.md
@@ -14,9 +14,7 @@ uv install --all-extras # Install dependencies
14
uv sync --all-extras # Sync latest dependencies
15
uv run ruff check # Run linting
16
uv run ruff format # Format code
17
-uv run pytest # Run tests
18
-uv run pytest tests/ # Run specific test directory
19
-uv run pytest --run-api-tests # Run all tests, including API tests
+uv run pytest --run-api-tests # Run all tests
20
uv add <dependency> # Add a dependency to pyproject.toml and update lock file
21
uv remove <dependency> # Remove a dependency from pyproject.toml and update lock file
22
0 commit comments