예제 #1
0
 def test_unpack_zip(self, data):
     """
     Test unpacking a *.zip, and setting execute permissions
     """
     test_file = data.packages.join("test_zip.zip")
     unzip_file(test_file, self.tempdir)
     self.confirm_files()
예제 #2
0
파일: test_utils.py 프로젝트: Larry7/pip
 def test_unpack_zip(self, data):
     """
     Test unpacking a *.zip, and setting execute permissions
     """
     test_file = data.packages.join("test_zip.zip")
     unzip_file(test_file, self.tempdir)
     self.confirm_files()