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

Function test_top_level_alias

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

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

transformFunction · 0.70

Tested by

no test coverage detected