mirror of
https://github.com/python/cpython.git
synced 2025-12-08 06:10:17 +00:00
Add tests for zstd
This commit is contained in:
parent
2d74501e03
commit
63d56e5bc9
1 changed files with 4 additions and 0 deletions
|
|
@ -1575,6 +1575,10 @@ class Bzip2RemoveTests(AbstractRemoveTests, unittest.TestCase):
|
|||
class LzmaRemoveTests(AbstractRemoveTests, unittest.TestCase):
|
||||
compression = zipfile.ZIP_LZMA
|
||||
|
||||
@requires_zstd()
|
||||
class ZstdRemoveTests(AbstractRemoveTests, unittest.TestCase):
|
||||
compression = zipfile.ZIP_ZSTANDARD
|
||||
|
||||
|
||||
class PyZipFileTests(unittest.TestCase):
|
||||
def assertCompiledIn(self, name, namelist):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue