MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_compression_levels

Method test_compression_levels

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

Source from the content-addressed store, hash-verified

1861class GzCompressWriteTest(GzipTest, _CompressedWriteTest, unittest.TestCase):
1862 prefix = "w:"
1863 def test_compression_levels(self):
1864 self._test_gz_header(1)
1865 self._test_gz_header(5)
1866 self._test_gz_header(9)
1867
1868class GzCompressStreamWriteTest(GzipTest, _CompressedWriteTest,
1869 unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_test_gz_headerMethod · 0.80

Tested by

no test coverage detected