예제 #1
0
파일: test_zip.py 프로젝트: Ismatov/gsl-en
 def testBadZip(self):
     content = unZip( 'tests/badzip.ZIP' )
     self.assertTrue( content == None)
예제 #2
0
파일: test_zip.py 프로젝트: Ismatov/gsl-en
 def testGoodZip(self):
     content = unZip( 'tests/goodzip.ZIP' )
     self.assertTrue( content != None)