MCPcopy Create free account
hub / github.com/apache/fory / test_nested_signed_unsigned_rejected

Function test_nested_signed_unsigned_rejected

python/pyfory/tests/test_struct.py:573–580  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

571
572
573def test_nested_signed_unsigned_rejected():
574 with pytest.raises(TypeNotCompatibleError):
575 compat_ser_de(
576 RemoteNestedUnsigned,
577 LocalNestedSignedDefault,
578 RemoteNestedUnsigned(values={1: [2]}),
579 705,
580 )
581
582
583def test_nested_nullable_scalar_compatible():

Callers

nothing calls this directly

Calls 2

compat_ser_deFunction · 0.85

Tested by

no test coverage detected