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 3b6ed53 commit 1f267bfCopy full SHA for 1f267bf
1 file changed
Makefile
@@ -48,6 +48,9 @@ help:
48
@printf " make test-integration Run integration tests\n"
49
@printf " make test-e2e Run pytest-based residual E2E tests\n"
50
@printf " make test-e2e-perf Run pytest-based E2E performance tests\n"
51
+ @printf " make test-compat-graph Run graph-store compatibility tests (PG + optional Neo4j/Nebula)\n"
52
+ @printf " make test-compat-vector Run vector-store compatibility tests (Qdrant + pgvector)\n"
53
+ @printf " make test-compat-all Run graph + vector compatibility tests\n"
54
@printf " make test-http-bootstrap Prepare HTTP E2E bootstrap state\n"
55
@printf " make test-http-smoke Run HTTP smoke suite against an existing target\n"
56
@printf " make test-http-full Run full HTTP suite against an existing target\n"
0 commit comments