mirror of
https://github.com/rcourtman/Pulse.git
synced 2026-09-23 19:57:09 +00:00
c2233fb3f8
Add focused unit tests for four utility functions in temperature.go: - extractTempInput: 16 test cases for sensor value extraction - extractCoreNumber: 18 test cases for core number parsing - extractHostname: 21 test cases for URL hostname extraction - normalizeSMARTEntries: 15 test cases for SMART data normalization 70 test cases total covering type conversions, edge cases, boundary conditions, and error handling paths.