Skip to content

Commit dc805ec

Browse files
committed
Try to make sure Claude always run api tests
1 parent 762fff7 commit dc805ec

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

CLAUDE.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,7 @@ uv install --all-extras # Install dependencies
1414
uv sync --all-extras # Sync latest dependencies
1515
uv run ruff check # Run linting
1616
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
17+
uv run pytest --run-api-tests # Run all tests
2018
uv add <dependency> # Add a dependency to pyproject.toml and update lock file
2119
uv remove <dependency> # Remove a dependency from pyproject.toml and update lock file
2220

0 commit comments

Comments
 (0)