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

Method test_compression_levels

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

Source from the content-addressed store, hash-verified

1886 unittest.TestCase):
1887 prefix = "w|"
1888 def test_compression_levels(self):
1889 self._test_gz_header(1)
1890 self._test_gz_header(5)
1891 self._test_gz_header(9)
1892
1893class CompressLevelRaises(unittest.TestCase):
1894 def test_compresslevel_wrong_modes(self):

Callers

nothing calls this directly

Calls 1

_test_gz_headerMethod · 0.80

Tested by

no test coverage detected