aissia/tests
StillHammer c9b21e3f96 fix: Windows test suite fixes - all 120 tests passing
- Add ws2_32 linking for httplib on Windows (tests/CMakeLists.txt)
- Fix Python path for Windows (use full path instead of python3/python)
- Add PowerShell test runner script (run_tests.ps1)

Windows-specific issues resolved:
- Microsoft Store Python stub bypassed by using full Python path
- Winsock dependency for httplib network functionality
- All 120 tests now pass (282 assertions)

Test results: 120/120 passed 
- Module Tests (70 TI): Scheduler, Notification, Monitoring, AI, Voice, Storage, Web
- MCP Types Tests (15 TI): JSON-RPC serialization
- MCP Transport Tests (20 TI): stdio communication
- MCP Client Tests (15 TI): multi-server connections

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-30 17:00:37 +08:00
..
fixtures fix: Windows test suite fixes - all 120 tests passing 2025-11-30 17:00:37 +08:00
integration feat: Add Phase 5 module integration tests (IT_010-013) 2025-11-28 21:11:05 +08:00
manual feat: Phase 7.2 - Integrate Whisper.cpp STT engine 2025-11-29 22:27:44 +08:00
mcp fix: Windows test suite fixes - all 120 tests passing 2025-11-30 17:00:37 +08:00
mocks test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00
modules feat: Add WebModule for HTTP requests via IIO 2025-11-28 17:15:46 +08:00
utils fix: Fix test fixtures JsonDataNode constructor calls 2025-11-27 13:49:50 +08:00
CMakeLists.txt fix: Windows test suite fixes - all 120 tests passing 2025-11-30 17:00:37 +08:00
main.cpp test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00