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

Function test_top_level_alias

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

Source from the content-addressed store, hash-verified

45@parametrize
46@pytest.mark.asyncio
47async def test_top_level_alias(use_async: bool) -> None:
48 assert await transform({"foo_bar": "hello"}, expected_type=Foo1, use_async=use_async) == {"fooBar": "hello"}
49
50
51class Foo2(TypedDict):

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected