Module: test_git

File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_git.py Language: Python

Imports

  • import unittest
  • from unittest.mock import MagicMock
  • from unittest.mock import call
  • from invoke import Context
  • from src.git import init_repo
  • from 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