MCPcopy
hub / github.com/faust-streaming/faust / test_get_codec

Function test_get_codec

tests/unit/serializers/test_codecs.py:76–78  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

74
75
76def test_get_codec():
77 assert get_codec("json|binary")
78 assert get_codec(Codec) is Codec
79
80
81def test_register():

Callers

nothing calls this directly

Calls 1

get_codecFunction · 0.90

Tested by

no test coverage detected