MCPcopy Create free account
hub / github.com/cdgriffith/Box / test_bad_csv

Method test_bad_csv

test/test_box_list.py:158–162  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

156 assert b2[2].Name == "Jess"
157
158 def test_bad_csv(self):
159 data = BoxList([{"test": 1}, {"bad": 2, "data": 3}])
160 file = Path(tmp_dir, "csv_file.csv")
161 with pytest.raises(BoxError):
162 data.to_csv(file)
163
164 def test_toon_strings(self):
165 bl = BoxList([{"item": 1, "name": "test"}, {"item": 2, "name": "two"}])

Callers

nothing calls this directly

Calls 2

to_csvMethod · 0.95
BoxListClass · 0.90

Tested by

no test coverage detected