There was an error while loading. Please reload this page.
docs: comprehensively update MentOS wiki
docs(testing): simplify unit testing guide - remove unnecessary complexity - Remove three-tier testing strategy (was overcomplicated) - Simplify CMake section: tests are auto-discovered, no manual editing needed - Remove misleading CMakeLists.txt editing instructions - Keep golden rule: 'never permanently change OS state' - Streamline to: what tests are, how to write them, do's/don'ts, examples, utilities - Guide is now focused on practical usage, not architecture details
docs(testing): create comprehensive unit testing guide - Consolidate 3 fragmented testing documents into single Unit-Testing.md - Remove Safe-Kernel-Testing-Overview.md (AI summary) - Remove Testing-Guide.md (now merged) - Remove Unit-Testing-Architecture.md (now merged) - New Unit-Testing.md covers: * What unit testing is and why * Three-tier testing strategy (read-only, copy-based, boundary) * How to write tests (step-by-step guide) * CMake configuration for enabling/disabling tests * Common patterns and best practices * Complete example tests * Troubleshooting guide * Available testing utilities - Updated Home.md to link Unit-Testing in Advanced Topics - Updated quick reference to include testing - Golden rule: 'Leave the kitchen as you found it' - never modify kernel state