mirror of
https://github.com/trustgraph-ai/trustgraph.git
synced 2026-04-25 16:36:21 +02:00
* Contract tests * Testing embeedings * Agent unit tests * Knowledge pipeline tests * Turn on contract tests
10 lines
No EOL
284 B
Python
10 lines
No EOL
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
|
|
""" |