Ejemplo n.º 1
0
 def testGetMercurial(self):
     scms = SCMFactory()
     self.assertEqual(scms.get_scm_from_type('hg').name, 'hg')
Ejemplo n.º 2
0
 def testGetGit(self):
     scms = SCMFactory()
     self.assertEqual(scms.get_scm_from_type('git').name, 'git')
Ejemplo n.º 3
0
 def testGetSubversion(self):
     scms = SCMFactory()
     self.assertEqual(scms.get_scm_from_type('svn').name, 'svn')