MCPcopy Create free account
hub / github.com/anthropics/anthropic-sdk-python / test_includes_unknown_keys

Function test_includes_unknown_keys

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected