MCPcopy Index your code
hub / github.com/saltstack/salt / test_serialize_python

Function test_serialize_python

tests/pytests/unit/serializers/test_serializers.py:340–344  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

338
339@pytest.mark.skip("Great module migration")
340def test_serialize_python():
341 data = {"foo": "bar"}
342 serialized = python.serialize(data) # pylint: disable=undefined-variable
343 expected = repr({"foo": "bar"})
344 assert serialized == expected, serialized
345
346
347@pytest.mark.skipif(

Callers

nothing calls this directly

Calls 1

serializeMethod · 0.45

Tested by

no test coverage detected