We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d2fd475 commit cccdc4cCopy full SHA for cccdc4c
test/conftest.py
@@ -32,5 +32,7 @@ def xtl_clone(git2cpp_path):
32
33
@pytest.fixture
34
def git_config(git2cpp_path, monkeypatch):
35
+ monkeypatch.setenv("GIT_AUTHOR_NAME", "Jane Doe")
36
+ monkeypatch.setenv("GIT_AUTHOR_EMAIL", "[email protected]")
37
monkeypatch.setenv("GIT_COMMITTER_NAME", "Jane Doe")
38
monkeypatch.setenv("GIT_COMMITTER_EMAIL", "[email protected]")
0 commit comments