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

Method test_compression_levels

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

Source from the content-addressed store, hash-verified

1871 unittest.TestCase):
1872 prefix = "w|"
1873 def test_compression_levels(self):
1874 self._test_bz2_header(1)
1875 self._test_bz2_header(5)
1876 self._test_bz2_header(9)
1877
1878class GzCompressWriteTest(GzipTest, _CompressedWriteTest, unittest.TestCase):
1879 prefix = "w:"

Callers

nothing calls this directly

Calls 1

_test_bz2_headerMethod · 0.80

Tested by

no test coverage detected