MCPcopy Create free account
hub / github.com/apache/fory / test_multi_chunk_simple_dict

Function test_multi_chunk_simple_dict

python/pyfory/tests/test_serializer.py:118–125  ·  view source on GitHub ↗
(track_ref)

Source from the content-addressed store, hash-verified

116
117@pytest.mark.parametrize("track_ref", [False, True])
118def test_multi_chunk_simple_dict(track_ref):
119 fory = Fory(xlang=False, ref=track_ref, compatible=False)
120 dict0 = {
121 1: 2.0,
122 2: 3,
123 4.0: True,
124 }
125 assert ser_de(fory, dict0) == dict0
126
127
128@pytest.mark.parametrize("track_ref", [False, True])

Callers

nothing calls this directly

Calls 2

ForyClass · 0.90
ser_deFunction · 0.70

Tested by

no test coverage detected