Skip to content

Commit

Permalink
Fixing posix <-> windows compatibility issues.
Browse files Browse the repository at this point in the history
  • Loading branch information
domdfcoding committed Oct 25, 2020
1 parent 99d8fe5 commit c059267
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tests/test_git_tools.py
Original file line number Diff line number Diff line change
Expand Up @@ -91,6 +91,7 @@ def test_check_git_status(git_repo: GitRepo):

def test_assert_clean(git_repo: GitRepo, capsys, monkeypatch):
monkeypatch.setenv("GIT_COMMITTER_NAME", "Guido")
monkeypatch.setenv("GIT_COMMITTER_EMAIL", "guido@python.org")

repo_path = PathPlus(git_repo.workspace)
assert assert_clean(repo_path)
Expand Down

0 comments on commit c059267

Please sign in to comment.