Skip to content
Open
Changes from 1 commit
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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,8 @@ uv run --group docs mkdocs serve

## ✅ Running Tests

> ⚠️ Note: All tests require a valid OpenAI/Anthropic API key set in the environment variables.

### Python Tests

Run a specific test file:
Expand Down Expand Up @@ -167,8 +169,6 @@ uv sync --extra=cloud
uv run pytest -m cloud tests
```

> ⚠️ Note: All tests require a valid OpenAI/Anthropic API key set in the environment variables.

---

### Rust Tests
Expand Down
Loading