示例#1
0
文件: test_git.py 项目: mjago/DMS
 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
文件: test_git.py 项目: mjago/DMS
 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"))