MCPcopy Create free account
hub / github.com/apache/thrift / testListBonks

Method testListBonks

test/py/SerializationTest.py:266–270  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

264 self.assertTrue(len(rep) > 0)
265
266 def testListBonks(self):
267 obj = self._deserialize(ListBonks, self._serialize(self.list_bonks))
268 self.assertEqual(obj, self.list_bonks)
269 rep = repr(self.list_bonks)
270 self.assertTrue(len(rep) > 0)
271
272 def testCompactStruct(self):
273 # test large field deltas (meaningful in CompactProto only)

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected