aissia/tests
StillHammer 64d485729b fix: Fix test fixtures JsonDataNode constructor calls
- Add 'servers' key to mock_mcp.json (MCPClient expects this structure)
- Add 'servers' wrapper to MCPClientTests.cpp test configs
- Fix JsonDataNode constructor calls in test fixtures:
  - JsonDataNode(json) -> JsonDataNode("name", json)
  - Affected: AIModuleTests, MonitoringModuleTests, StorageModuleTests,
    VoiceModuleTests, TimeSimulator

Test results:
- Module tests: 52/60 passing (87%)
- MCP Types tests: 15/15 passing (100%)
- MCP Transport/Client: Require Python server integration fixes

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-27 13:49:50 +08:00
..
fixtures fix: Fix test fixtures JsonDataNode constructor calls 2025-11-27 13:49:50 +08:00
mcp fix: Fix test fixtures JsonDataNode constructor calls 2025-11-27 13:49:50 +08:00
mocks test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00
modules fix: Fix test fixtures JsonDataNode constructor calls 2025-11-27 13:49:50 +08:00
utils fix: Fix test fixtures JsonDataNode constructor calls 2025-11-27 13:49:50 +08:00
CMakeLists.txt test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00
main.cpp test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00