Code
Hub
Workspaces
Connect
Indexed graphs
Engine
MCP
copy
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())
62
def
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
loads
Function · 0.90
dumps
Function · 0.90
Tested by
no test coverage detected