MCPcopy Create free account
hub / github.com/apache/qpid-proton / test_lists

Method test_lists

python/tests/proton_tests/interop.py:142–146  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

140 assert self.data.next() is None
141
142 def test_lists(self):
143 self.decode_data_file("lists")
144 self.assert_next(Data.LIST, [32, "foo", True])
145 self.assert_next(Data.LIST, [])
146 assert self.data.next() is None
147
148 def test_maps(self):
149 self.decode_data_file("maps")

Callers

nothing calls this directly

Calls 3

decode_data_fileMethod · 0.95
assert_nextMethod · 0.95
nextMethod · 0.45

Tested by

no test coverage detected