- Add Catch2 test framework with MockIO and TimeSimulator utilities - Implement 10 TI for SchedulerModule (task lifecycle, hyperfocus, breaks) - Implement 10 TI for NotificationModule (queue, priority, silent mode) - Fix SchedulerModule: update m_lastActivityTime in process() - Add AISSIA_TEST_BUILD guards to avoid symbol conflicts - All 20 tests passing (69 assertions total) 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
18 lines
390 B
JSON
18 lines
390 B
JSON
{
|
|
"mock_server": {
|
|
"command": "python",
|
|
"args": ["tests/fixtures/mock_mcp_server.py"],
|
|
"enabled": true
|
|
},
|
|
"disabled_server": {
|
|
"command": "nonexistent_command",
|
|
"args": [],
|
|
"enabled": false
|
|
},
|
|
"echo_server": {
|
|
"command": "python",
|
|
"args": ["tests/fixtures/echo_server.py"],
|
|
"enabled": true
|
|
}
|
|
}
|