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

Method testNestedListsBonk

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

Source from the content-addressed store, hash-verified

258 self.assertTrue(len(rep) > 0)
259
260 def testNestedListsBonk(self):
261 obj = self._deserialize(NestedListsBonk, self._serialize(self.nested_lists_bonk))
262 self.assertEqual(obj, self.nested_lists_bonk)
263 rep = repr(self.nested_lists_bonk)
264 self.assertTrue(len(rep) > 0)
265
266 def testListBonks(self):
267 obj = self._deserialize(ListBonks, self._serialize(self.list_bonks))

Callers

nothing calls this directly

Calls 2

_deserializeMethod · 0.95
_serializeMethod · 0.95

Tested by

no test coverage detected