Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 1 addition & 6 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,14 +74,9 @@ uv sync --extra dev

## Testing

We use pytest for testing. The project uses `uv` to manage virtual environments and dependencies — the recommended way to run tests is:
We use pytest for testing. After completing the setup above, run the test suite with:

```bash
uv run pytest
# install dev dependencies (creates .venv managed by uv)
uv sync --extra dev

# run the test suite
uv run pytest -q
```

Expand Down