Skip to content

Commit 774f5ce

Browse files
committed
Add unit tests for annotation, conversation, and obsidian service models
- Introduced comprehensive unit tests for the `TranscriptAnnotation` model, validating default values and enum functionality. - Added a test suite for conversation models, including `Conversation`, `TranscriptVersion`, and `MemoryVersion`, ensuring proper initialization and behavior. - Implemented unit tests for the `ObsidianService`, covering search functionality, database setup, and error handling. - Created a new directory for audio stream worker tests, establishing a foundation for testing audio processing logic. - Enhanced overall test coverage to improve reliability and maintainability of the codebase.
1 parent 5422f1b commit 774f5ce

5 files changed

File tree

File renamed without changes.

backends/advanced/tests/test_conversation_models.py renamed to backends/advanced/tests/unit/test_conversation_models.py

File renamed without changes.
File renamed without changes.
File renamed without changes.

backends/advanced/tests/workers/test_audio_stream_workers.py renamed to backends/advanced/tests/unit/workers/test_audio_stream_workers.py

File renamed without changes.

0 commit comments

Comments
 (0)