Files
John Crispin 32298dfdbe docs: update TESTING.md to reflect new test framework architecture
- Document unified TestFramework class that eliminated ~85% code duplication
- Explain import-based architecture with module exports
- Add three template categories: Services, Metrics, and Base templates
- Show minimal test creation pattern (15 lines vs 100+ lines)
- Document helper functions for standardized test cases
- Add test result aggregation with individual test counting
- Update examples to match current implementation
- Document benefits: code reduction, maintainability, visibility

The documentation now accurately reflects the consolidated test framework
that supports 106 tests across 25 test suites with minimal boilerplate.

Signed-off-by: John Crispin <john@phrozen.org>
2026-02-09 14:43:00 +01:00
..