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
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
100644 → 100755
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: To run tests, you must set a valid API key in the environment variables for one of the supported model providers.

### 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