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