def test_branch(self): with self.assertRaises(NotImplementedError): local.Scm(self.path).branch
def test_remote(self): with self.assertRaises(NotImplementedError): local.Scm(self.path).remote()
def test_root(self): with self.assertRaises(NotImplementedError): local.Scm(self.path).root_path