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
Add focused unit tests for pet-homebrew to cover the main locator and helper branches called out in #389, without expanding the existing broad coverage PR.
Scope
Cover locator metadata and environment identification for Homebrew Python installs
Cover non-Homebrew rejection paths
Cover symlink and prefix derivation helpers where feasible with temp fixtures
Summary
Add focused unit tests for
pet-homebrewto cover the main locator and helper branches called out in #389, without expanding the existing broad coverage PR.Scope
Validation
cargo test -p pet-homebrew --libcargo fmt --allcargo clippy --all -- -D warningsPart of #389.