예제 #1
0
 def testIsRemote(self):
     scm = Git()
     self.clone()
     self.assertEqual(scm.is_remote_sandbox(self.clonedir), True)
예제 #2
0
 def testIsRemote(self):
     scm = Git()
     self.clone()
     self.assertEqual(scm.is_remote_sandbox(self.clonedir), True)
예제 #3
0
 def testIsLocal(self):
     scm = Git()
     self.assertEqual(scm.is_remote_sandbox(self.packagedir), False)
예제 #4
0
 def testIsLocal(self):
     scm = Git()
     self.assertEqual(scm.is_remote_sandbox(self.packagedir), False)