- Add test_dialog_service_template.py with 17/17 passing tests - Implement correct testing pattern: test real services, mock only dependencies - Add comprehensive documentation (Quick Start, Strategy Guide, Summary) - Align with owner feedback: test actual business logic, not mocks - Ready-to-use template for refactoring other service tests |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| test_canvas_service.py | ||
| test_conversation_service.py | ||
| test_dialog_service.py | ||
| test_dialog_service_actual.py | ||
| test_dialog_service_template.py | ||
| test_document_service.py | ||
| test_knowledgebase_service.py | ||