mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 08:26:21 +02:00
10 lines
284 B
Python
10 lines
284 B
Python
|
|
"""
|
||
|
|
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
|
||
|
|
"""
|