Exemple #1
0
 def test_branch(self):
     with self.assertRaises(NotImplementedError):
         local.Scm(self.path).branch
Exemple #2
0
 def test_remote(self):
     with self.assertRaises(NotImplementedError):
         local.Scm(self.path).remote()
Exemple #3
0
 def test_root(self):
     with self.assertRaises(NotImplementedError):
         local.Scm(self.path).root_path