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

Method test_xz_jsonl

functional/test/test_streams.py:138–141  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

136 self.assertEqual(expect_0, result_0)
137
138 def test_xz_jsonl(self):
139 result_0 = self.seq.jsonl("functional/test/data/test.jsonl.xz").to_list()
140 expect_0 = [[1, 2, 3], {"a": 1, "b": 2, "c": 3}]
141 self.assertEqual(expect_0, result_0)
142
143 def test_json(self):
144 list_test_path = "functional/test/data/test_list.json"

Callers

nothing calls this directly

Calls 2

to_listMethod · 0.80
jsonlMethod · 0.80

Tested by

no test coverage detected