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
refactor(python): use Os interface in ActivateVenvIfPresent for testability
Add Unsetenv to the Os interface/implementation/mock and refactor
ActivateVenvIfPresent to accept types.Os instead of calling the os
package directly. This allows the test to use mocks instead of mutating
the real process environment.
0 commit comments