MCPcopy Create free account
hub / github.com/anomalyco/opencode-sdk-python / test_includes_unknown_keys

Function test_includes_unknown_keys

tests/test_transform.py:141–145  ·  view source on GitHub ↗
(use_async: bool)

Source from the content-addressed store, hash-verified

139@parametrize
140@pytest.mark.asyncio
141async def test_includes_unknown_keys(use_async: bool) -> None:
142 assert await transform({"bar": "bar", "baz_": {"FOO": 1}}, Foo6, use_async) == {
143 "Bar": "bar",
144 "baz_": {"FOO": 1},
145 }
146
147
148class Foo7(TypedDict):

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected