Extending test coverage (#434)

* Contract tests

* Testing embeedings

* Agent unit tests

* Knowledge pipeline tests

* Turn on contract tests
This commit is contained in:
cybermaggedon 2025-07-14 17:54:04 +01:00 committed by GitHub
parent 2f7fddd206
commit 4daa54abaf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
23 changed files with 6303 additions and 44 deletions

View file

@ -0,0 +1,10 @@
"""
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
"""