Skip to content

Commit cccdc4c

Browse files
committed
try with monkeypatch with author and committer
1 parent d2fd475 commit cccdc4c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/conftest.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,5 +32,7 @@ def xtl_clone(git2cpp_path):
3232

3333
@pytest.fixture
3434
def git_config(git2cpp_path, monkeypatch):
35+
monkeypatch.setenv("GIT_AUTHOR_NAME", "Jane Doe")
36+
monkeypatch.setenv("GIT_AUTHOR_EMAIL", "[email protected]")
3537
monkeypatch.setenv("GIT_COMMITTER_NAME", "Jane Doe")
3638
monkeypatch.setenv("GIT_COMMITTER_EMAIL", "[email protected]")

0 commit comments

Comments
 (0)