Pulse/pkg/proxmox
rcourtman 84f224cc03 test: Add float32 NaN/Inf tests for intFromAny and floatFromAny
Add 6 test cases covering float32 special values:
- intFromAny: float32 NaN, +Inf, -Inf (all return 0, false)
- floatFromAny: float32 NaN, +Inf, -Inf (all return 0, false)

Coverage improved:
- intFromAny: 96.7% -> 100%
- floatFromAny: 95.0% -> 100%
2025-12-01 22:40:08 +00:00
..
ceph.go Fix settings security tab navigation 2025-10-11 23:29:47 +00:00
client.go chore: remove additional dead code 2025-11-27 05:13:26 +00:00
client_test.go test: Add edge case tests for coerceUint64 function 2025-12-01 22:36:03 +00:00
cluster_client.go fix: recover unhealthy cluster nodes even when some nodes are healthy 2025-12-01 21:47:26 +00:00
cluster_client_test.go Add unit tests for cluster_client utility functions 2025-12-01 00:24:21 +00:00
replication.go Add replication monitoring plumbing and UI 2025-10-22 16:10:15 +00:00
replication_test.go test: Add float32 NaN/Inf tests for intFromAny and floatFromAny 2025-12-01 22:40:08 +00:00
zfs.go Fix false ZFS log/cache warnings 2025-10-14 20:57:43 +00:00
zfs_test.go Add unit tests for ZFS device conversion functions 2025-12-01 09:03:48 +00:00