Fix Mac tests using mock - #3977
Conversation
Greptile SummaryThis change makes Damiao adapter tests portable to macOS by supplying the platform-specific mocked CAN bus attribute when the wheel omits it. The installed Linux dependency still exports the production Confidence Score: 5/5Safe to merge: the installed Linux dependency exports the CAN bus API used by production. No confirmed issues remain. The focused execution verified the current dependency contract and the behavior of the mocked platform path. Files Needing Attention: None.
What T-Rex did
Reviews (1): Last reviewed commit: "Fix Mac tests using mock" | Re-trigger Greptile |
Codecov Report✅ All modified and coverable lines are covered by tests. @@ Coverage Diff @@
## main #3977 +/- ##
==========================================
- Coverage 77.92% 77.91% -0.01%
==========================================
Files 1399 1399
Lines 132324 132328 +4
Branches 11492 11492
==========================================
- Hits 103110 103108 -2
- Misses 25947 25952 +5
- Partials 3267 3268 +1
Flags with carried forward coverage won't be shown. Click here to find out more.
... and 2 files with indirect coverage changes 🚀 New features to boost your workflow:
|
This fixes the 2 tests failing on Mac due to Linux-only support.