mirror of
https://github.com/tw93/Mole.git
synced 2026-02-04 12:41:46 +00:00
Add unit tests for parsing functions in `cmd/status/view_test.go`: - `parseInt`: parses integers from strings with padding/decimals - `parseRefreshRate`: parses display refresh rates from system output - `isNoiseInterface`: filters noise network interfaces - `parsePMSet`: parses macOS pmset battery output Coverage for `cmd/status` improved from 8.4% to 12.6%.