Documentation
¶
Overview ¶
Package graphtest is the EXPORTED graph-dialect conformance suite: the gate every GraphQuerier must pass before fabriq will project into it, and the contract that keeps shipped Cypher inside the openCypher common subset so FalkorDB can later be swapped for Memgraph, Neo4j or Kùzu without touching appliers or call sites.
Usage (any adapter, typically behind an integration build tag):
func TestFalkorConformance(t *testing.T) {
graphtest.Run(t, func(t *testing.T) graphtest.Harness {
// boot container, return the adapter + a fresh target graph
})
}
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.