Skip to content

Commit 1f267bf

Browse files
authored
docs: list compat test make targets (#1914)
1 parent 3b6ed53 commit 1f267bf

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -48,6 +48,9 @@ help:
4848
@printf " make test-integration Run integration tests\n"
4949
@printf " make test-e2e Run pytest-based residual E2E tests\n"
5050
@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"
5154
@printf " make test-http-bootstrap Prepare HTTP E2E bootstrap state\n"
5255
@printf " make test-http-smoke Run HTTP smoke suite against an existing target\n"
5356
@printf " make test-http-full Run full HTTP suite against an existing target\n"

0 commit comments

Comments
 (0)