MCPcopy Create free account
hub / github.com/EntilZha/PyFunctional / test_universal_write_open

Method test_universal_write_open

functional/test/test_io.py:69–71  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

67 self.assertListEqual(expect, list(XZFile(file_name, mode="rb")))
68
69 def test_universal_write_open(self):
70 with self.assertRaises(ValueError):
71 universal_write_open("", "", compression=1)

Callers

nothing calls this directly

Calls 1

universal_write_openFunction · 0.90

Tested by

no test coverage detected