trustgraph/tests/unit/test_embeddings/__init__.py
cybermaggedon 4daa54abaf
Extending test coverage (#434)
* Contract tests

* Testing embeedings

* Agent unit tests

* Knowledge pipeline tests

* Turn on contract tests
2025-07-14 17:54:04 +01:00

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
"""