Beispiel #1
0
 def test_get_type_name(self):
     local_path = "/tmp/dummy"
     client = TarClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'tar')
 def test_get_type_name(self):
     from vcstools.tar import TarClient
     local_path = "/tmp/dummy"
     client = TarClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'tar')
Beispiel #3
0
 def test_get_type_name(self):
     local_path = "/tmp/dummy"
     client = TarClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'tar')
 def test_get_type_name(self):
     from vcstools.tar import TarClient
     local_path = "/tmp/dummy"
     client = TarClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'tar')