예제 #1
0
 def test_get_type_name(self):
     local_path = "/tmp/dummy"
     client = TarClient(local_path)
     self.assertEqual(client.get_vcs_type_name(), 'tar')
예제 #2
0
 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')
예제 #3
0
파일: test_tar.py 프로젝트: esteve/vcstools
 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')