We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc0b285 commit 11fe095Copy full SHA for 11fe095
CLAUDE.md
@@ -67,7 +67,10 @@ index = SearchIndex(schema, redis_url="redis://localhost:6379")
67
RedisVL uses `pytest` with `testcontainers` for testing.
68
69
- `make test` - unit tests only (no external APIs)
70
-- `make test-all` - includes integration tests requiring API keys
+- `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.
74
75
## Project Structure
76
0 commit comments