Skip to main content

Module testing

Module testing 

Source
Expand description

Test helpers for zeph-memory.

Provides mock_semantic_memory — a convenience constructor that creates a fully-wired SemanticMemory backed by an in-memory SQLite database and InMemoryVectorStore, so tests do not need a real Qdrant or filesystem.

Functions§

mock_semantic_memory
Build a SemanticMemory that runs entirely in-process with no external dependencies.