mirror of
https://github.com/python/cpython.git
synced 2025-09-26 18:29:57 +00:00
gh-132983: Add the compression.zstd
pacakge and tests (#133365)
Co-authored-by: Adam Turner <9087854+AA-Turner@users.noreply.github.com> Co-authored-by: Gregory P. Smith <greg@krypto.org> Co-authored-by: Tomas R. <tomas.roun8@gmail.com> Co-authored-by: Rogdham <contact@rogdham.net>
This commit is contained in:
parent
793402e217
commit
c273f59fb3
15 changed files with 3358 additions and 100 deletions
|
@ -2153,6 +2153,10 @@ class TestArchives(BaseTest, unittest.TestCase):
|
|||
def test_unpack_archive_bztar(self):
|
||||
self.check_unpack_tarball('bztar')
|
||||
|
||||
@support.requires_zstd()
|
||||
def test_unpack_archive_zstdtar(self):
|
||||
self.check_unpack_tarball('zstdtar')
|
||||
|
||||
@support.requires_lzma()
|
||||
@unittest.skipIf(AIX and not _maxdataOK(), "AIX MAXDATA must be 0x20000000 or larger")
|
||||
def test_unpack_archive_xztar(self):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue