Skip to main content

Module test_utils

Module test_utils 

Source
Expand description

Test utilities and mock implementations for testing

This module provides mock implementations of core traits for unit testing without requiring real services or external dependencies.

Structsยง

MockEmbedder
Mock embedder for testing
MockLanguageModel
Mock language model for testing
MockRetriever
Mock retriever for testing
MockVectorStore
Mock vector store for testing