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

Function test_binary

tests/unit/serializers/test_codecs.py:62–63  ·  view source on GitHub ↗
(input: bytes)

Source from the content-addressed store, hash-verified

60
61@given(binary())
62def test_binary(input: bytes) -> None:
63 assert loads("binary", dumps("binary", input)) == input
64
65
66@given(dictionaries(text(), text()))

Callers

nothing calls this directly

Calls 2

loadsFunction · 0.90
dumpsFunction · 0.90

Tested by

no test coverage detected