Home | History | Annotate | Download | only in promises-aplus

Lines Matching refs:archive

50 TEST_URL = 'https://github.com/promises-aplus/promises-tests/archive/' + \
101 archive = os.path.join(self.root, TEST_ARCHIVE)
103 if not os.path.exists(archive):
105 utils.URLRetrieve(TEST_URL, archive)
112 with open(archive, 'rb') as f:
116 os.remove(archive)
118 archive = tarfile.open(archive, 'r:gz')
121 archive.extractall(u'\\\\?\\%s' % self.root)
123 archive.extractall(self.root)