Skip to content
Open
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
6 changes: 4 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,15 +409,17 @@ For more information, see the [examples README](examples/README.md).
Unit tests are in the `tests` directory and can be run with:

```shell
# Run a specific test file
uv run pytest tests/test_tools.py

# Run all tests
uv run pytest tests/
```

Integration tests for each plugin require various API credentials and run automatically in GitHub CI for PRs submitted by project maintainers. See the [tests workflow](.github/workflows/tests.yml) for details.

### Formatting

This project uses [ruff](https://github.com/astral-sh/ruff) for formatting and linting:

```shell
uv run ruff format
uv run ruff check --fix
Expand Down