Example #1
0
 def test_gitCheckHasRepo(self):
     self.assertTrue(git.gitCheckHasRepo("test_project/git_exists"))
Example #2
0
 def test_gitCheckHasRepo(self):
     self.assertTrue(git.gitCheckHasRepo("test_project/git_exists"))
Example #3
0
 def test_gitCheckHasRepo(self):
     self.assertFalse(git.gitCheckHasRepo("test_project/git_doesnt_exist"))
Example #4
0
 def test_gitCheckHasRepo(self):
     self.assertFalse(git.gitCheckHasRepo("test_project/git_doesnt_exist"))