trustgraph/tests/unit/test_embeddings/__init__.py

10 lines
284 B
Python
Raw Normal View History

"""
Unit tests for embeddings services
Testing Strategy:
- Mock external embedding libraries (FastEmbed, Ollama client)
- Test core business logic for text embedding generation
- Test error handling and edge cases
- Test vector dimension consistency
- Test batch processing logic
"""