Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,8 @@ make check # Run all checks (format-check, lint, type-check)

### Testing
```bash
uv run pytest --unit # Run all unit tests
uv run pytest tests/test_tools.py # Run a single test file
uv run pytest tests/test_tools.py -k "test_name" # Run specific test
make unit-tests # Run unit tests that don't require cloud accounts
Comment thread
Bobronium marked this conversation as resolved.
```

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,7 +409,7 @@ For more information, see the [examples README](examples/README.md).
Unit tests are in the `tests` directory and can be run with:

```shell
uv run pytest tests/test_tools.py
uv run pytest --unit
```

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.
Expand Down