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

Method test_msgpack_strings

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

Source from the content-addressed store, hash-verified

1194 box1.popitem()
1195
1196 def test_msgpack_strings(self):
1197 box1 = Box(test_dict)
1198 packed = box1.to_msgpack()
1199 assert Box.from_msgpack(packed) == box1
1200
1201 def test_msgpack_strings_no_strick_keys(self):
1202 box1 = Box(test_dict)

Callers

nothing calls this directly

Calls 3

to_msgpackMethod · 0.95
BoxClass · 0.90
from_msgpackMethod · 0.45

Tested by

no test coverage detected