Exemplo n.º 1
0
 def test_bad_zipfile(self):
     bc = BaseClient()
     badzip = 'I am not a zipfile'
     result = bc.unzip(badzip)
     self.assertIsNone(result)
Exemplo n.º 2
0
 def test_bad_zipfile(self):
     bc = BaseClient()
     badzip = 'I am not a zipfile'
     result = bc.unzip(badzip)
     self.assertIsNone(result)