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

Method test_compression_levels

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

Source from the content-addressed store, hash-verified

1863class Bz2CompressWriteTest(Bz2Test, _CompressedWriteTest, unittest.TestCase):
1864 prefix = "w:"
1865 def test_compression_levels(self):
1866 self._test_bz2_header(1)
1867 self._test_bz2_header(5)
1868 self._test_bz2_header(9)
1869
1870class Bz2CompressStreamWriteTest(Bz2Test, _CompressedWriteTest,
1871 unittest.TestCase):

Callers

nothing calls this directly

Calls 1

_test_bz2_headerMethod · 0.80

Tested by

no test coverage detected