Skip to content

Commit 11fe095

Browse files
committed
Document pytest --run-api-tests usage
1 parent fc0b285 commit 11fe095

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

CLAUDE.md

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,10 @@ index = SearchIndex(schema, redis_url="redis://localhost:6379")
6767
RedisVL uses `pytest` with `testcontainers` for testing.
6868

6969
- `make test` - unit tests only (no external APIs)
70-
- `make test-all` - includes integration tests requiring API keys
70+
- `make test-all` - run the full suite, including tests that call external APIs
71+
- `pytest --run-api-tests` - explicitly run API-dependent tests (e.g., LangCache,
72+
external vectorizer/reranker providers). These require the appropriate API
73+
keys and environment variables to be set.
7174

7275
## Project Structure
7376

0 commit comments

Comments
 (0)