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
Currently, we use set_home, gitconfig, and hgconfig to monkeypatch.setenv$HOME, pointing it to a temporary directory with user-specific configuration files. This ensures all subsequent git and hg commands automatically load these configurations.
Problem
Issue #472 requires session-scoped fixtures.
Currently, we use
set_home
,gitconfig
, andhgconfig
tomonkeypatch.setenv
$HOME
, pointing it to a temporary directory with user-specific configuration files. This ensures all subsequentgit
andhg
commands automatically load these configurations.However,
monkeypatch.setenv
doesn't work with function-scoped fixtures.Proposal
Environment Variables
GIT_CONFIG
HGRCPATH
The text was updated successfully, but these errors were encountered: