Skip to main content

Module test_support

Module test_support 

Source

Structsยง

InMemoryEmbeddingProvider
Deterministic mock EmbeddingProvider for testing. Returns a fixed-dimension vector derived from the text hash.
InMemoryGraphStore
In-memory implementation of GraphStore + SearchIndex for testing.
InMemoryVectorStore
In-memory VectorStore implementation for testing. Uses cosine similarity for nearest-neighbour search.
MockFileSystem
Mock FileSystem for testing.
MockGitProvider
Mock GitProvider for testing.
MockParseProvider
Mock ParseProvider that returns canned FileData for testing.