MCPcopy Index your code
hub / github.com/Textualize/textual / test_bad_encoding

Function test_bad_encoding

tests/test_binary_encode.py:67–69  ·  view source on GitHub ↗
(data: bytes)

Source from the content-addressed store, hash-verified

65 ],
66)
67def test_bad_encoding(data: bytes) -> None:
68 with pytest.raises(DecodeError):
69 load(data)
70
71
72@pytest.mark.parametrize(

Callers

nothing calls this directly

Calls 1

loadFunction · 0.90

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…