aissia/src/modules
StillHammer 24810a7ce0 feat: Add Phase 5 module integration tests (IT_010-013)
4 nouveaux tests d'intégration pour valider les modules AISSIA :

**Nouveaux tests** :
- IT_010_SchedulerHyperfocus : Validation détection hyperfocus SchedulerModule
- IT_011_NotificationAlert : Test système notifications (3 types alertes)
- IT_012_MonitoringActivity : Test classification activité MonitoringModule
- IT_013_WebRequest : Test requêtes HTTP via WebModule (GitHub API)

**Modifications infrastructure** :
- TestRunnerModule.cpp : Fix chemin discovery tests (remove "build/" prefix)
- tests/CMakeLists.txt : Ajout des 4 nouveaux tests à la target
- tests/integration/README.md : Documentation Phase 4 ajoutée

**Total** : 13/13 tests d'intégration compilent et s'exécutent
Infrastructure modulaire "Un module = Un test" pleinement fonctionnelle

**Note** : Tests IT_010/012/013 nécessitent modules applicatifs chargés
(prochaine étape : charger modules en mode test)

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

Co-Authored-By: Claude <noreply@anthropic.com>
2025-11-28 21:11:05 +08:00
..
AIModule.cpp fix: Fix 8 failing module tests (now 110/110 passing) 2025-11-28 13:44:41 +08:00
AIModule.h refactor: Services architecture for GroveEngine compliance 2025-11-26 11:57:53 +08:00
MonitoringModule.cpp fix: Fix 8 failing module tests (now 110/110 passing) 2025-11-28 13:44:41 +08:00
MonitoringModule.h feat: Implement MCP client and internal tools for agentic LLM 2025-11-26 16:50:30 +08:00
NotificationModule.cpp test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00
NotificationModule.h chore: Normalize line endings and update project documentation 2025-11-25 22:13:16 +08:00
SchedulerModule.cpp test: Implement 20 integration tests for Scheduler and Notification modules 2025-11-27 09:49:08 +08:00
SchedulerModule.h feat: Implement MCP client and internal tools for agentic LLM 2025-11-26 16:50:30 +08:00
StorageModule.cpp fix: Fix 8 failing module tests (now 110/110 passing) 2025-11-28 13:44:41 +08:00
StorageModule.h feat: Implement MCP client and internal tools for agentic LLM 2025-11-26 16:50:30 +08:00
TestRunnerModule.cpp feat: Add Phase 5 module integration tests (IT_010-013) 2025-11-28 21:11:05 +08:00
TestRunnerModule.h feat: Add modular integration test system with 8 tests 2025-11-28 19:37:59 +08:00
VoiceModule.cpp fix: Fix 8 failing module tests (now 110/110 passing) 2025-11-28 13:44:41 +08:00
VoiceModule.h feat: Implement MCP client and internal tools for agentic LLM 2025-11-26 16:50:30 +08:00
WebModule.cpp feat: Add WebModule for HTTP requests via IIO 2025-11-28 17:15:46 +08:00
WebModule.h feat: Add WebModule for HTTP requests via IIO 2025-11-28 17:15:46 +08:00