MCPcopy Create free account
hub / github.com/numpy/numpy / test_compressed_bz2

Method test_compressed_bz2

numpy/lib/tests/test_io.py:661–662  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

659
660 @pytest.mark.skipif(not HAS_BZ2, reason="Needs bz2")
661 def test_compressed_bz2(self):
662 self.check_compressed(bz2.open, ('.bz2',))
663
664 @pytest.mark.skipif(not HAS_LZMA, reason="Needs lzma")
665 def test_compressed_lzma(self):

Callers

nothing calls this directly

Calls 1

check_compressedMethod · 0.95

Tested by

no test coverage detected