Esempio n. 1
0
 def test_get_type_name(self):
     local_path = "/tmp/dummy"
     client = BzrClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'bzr')
 def test_get_type_name(self):
     from vcstools.bzr import BzrClient
     local_path = "/tmp/dummy"
     client = BzrClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'bzr')
Esempio n. 3
0
 def test_get_type_name(self):
     local_path = "/tmp/dummy"
     client = BzrClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'bzr')
 def test_get_type_name(self):
     from vcstools.bzr import BzrClient
     local_path = "/tmp/dummy"
     client = BzrClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'bzr')