Пример #1
0
 def test_gitCheckHasRepo(self):
     self.assertTrue(git.gitCheckHasRepo("test_project/git_exists"))
Пример #2
0
 def test_gitCheckHasRepo(self):
     self.assertTrue(git.gitCheckHasRepo("test_project/git_exists"))
Пример #3
0
 def test_gitCheckHasRepo(self):
     self.assertFalse(git.gitCheckHasRepo("test_project/git_doesnt_exist"))
Пример #4
0
 def test_gitCheckHasRepo(self):
     self.assertFalse(git.gitCheckHasRepo("test_project/git_doesnt_exist"))