MCPcopy
hub / github.com/msgspec/msgspec / test_roundtrip_any

Function test_roundtrip_any

tests/unit/test_yaml.py:74–77  ·  view source on GitHub ↗
(val)

Source from the content-addressed store, hash-verified

72 ],
73)
74def test_roundtrip_any(val):
75 msg = msgspec.yaml.encode(val)
76 res = msgspec.yaml.decode(msg)
77 assert res == val
78
79
80@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

decodeMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…