Module: test_git
File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_git.py
Language: Python
Imports
import unittestfrom unittest.mock import MagicMockfrom unittest.mock import callfrom invoke import Contextfrom src.git import init_repofrom src.git import commit_changes
Classes
Class: TestGit (inherits from: unittest.TestCase)
No description available
Methods
test_commit_changes(self)
No description available
Parameters
self
test_init_repo(self)
No description available
Parameters
self