You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: improve coverage for Windows platform detection
- Add test for is_psutil_available() with small nice value
- Add comprehensive error handling tests for count_physical_cpus() on Windows:
- CalledProcessError
- TimeoutExpired
- ValueError for invalid output
This brings test coverage to 100% for the Windows-specific code paths added in the PR.
0 commit comments