MCPcopy Index your code
hub / github.com/python/cpython / test_compression_levels

Method test_compression_levels

Lib/test/test_tarfile.py:1880–1883  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1878class GzCompressWriteTest(GzipTest, _CompressedWriteTest, unittest.TestCase):
1879 prefix = "w:"
1880 def test_compression_levels(self):
1881 self._test_gz_header(1)
1882 self._test_gz_header(5)
1883 self._test_gz_header(9)
1884
1885class GzCompressStreamWriteTest(GzipTest, _CompressedWriteTest,
1886 unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_test_gz_headerMethod · 0.80

Tested by

no test coverage detected