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

Method test_compressed_lzma

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

Source from the content-addressed store, hash-verified

663
664 @pytest.mark.skipif(not HAS_LZMA, reason="Needs lzma")
665 def test_compressed_lzma(self):
666 self.check_compressed(lzma.open, ('.xz', '.lzma'))
667
668 def test_encoding(self):
669 with temppath() as path:

Callers

nothing calls this directly

Calls 1

check_compressedMethod · 0.95

Tested by

no test coverage detected