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

Method test_msgpack_no_input

test/test_box.py:1212–1214  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1210 assert Box.from_msgpack(filename=tmp_msgpack_file) == box1
1211
1212 def test_msgpack_no_input(self):
1213 with pytest.raises(BoxError):
1214 Box.from_msgpack()
1215
1216 def test_toon_strings(self):
1217 box1 = Box(test_dict)

Callers

nothing calls this directly

Calls 1

from_msgpackMethod · 0.45

Tested by

no test coverage detected