Module: test_clone_github_repos
File: C:\Users\korde\Home\Github\task-runner-SDLC\tests\test_clone_github_repos.py
Language: Python
Imports
import unittestfrom unittest.mock import patchfrom unittest.mock import MagicMockfrom unittest.mock import callfrom invoke import Contextfrom src.tools.clone_github_repos import clone_github_repos
Classes
Class: TestCloneGithubRepos (inherits from: unittest.TestCase)
No description available
Methods
test_clone_github_repos(self, mock_print, mock_json_loads)
Decorators: @patch, @patch
No description available
Parameters
selfmock_printmock_json_loads