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