Summary
Tests are PC-only (Catch2). Prepare for IDF unit tests (Unity framework) by adding platform parameter.
Scope
- Add optional
platform enum (pc/idf) defaulting to pc
- Current behavior unchanged for pc
- Stub for idf: return "not yet supported" or detect unity test runner
Priority
Low — future-proofing for when IDF tests exist.
🤖 Generated with Claude Code
Summary
Tests are PC-only (Catch2). Prepare for IDF unit tests (Unity framework) by adding
platformparameter.Scope
platformenum (pc/idf) defaulting to pcPriority
Low — future-proofing for when IDF tests exist.
🤖 Generated with Claude Code