Skip to main content

All Questions

0 votes
1 answer
637 views

Mocking GitPython Repo Calls

I've got a class with a function that adds unstaged changes in a git repo and commits them def commit_local_changes(self, repo_path): repo = Repo(repo_path) changed_files = repo....
wyt's user avatar
  • 115