MCPcopy
hub / github.com/pydantic/pydantic / run

Function run

tests/test_deprecated_validate_arguments.py:231–233  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

229 return f'a={a} b={b}'
230
231 async def run():
232 v = await foo(1, 2)
233 assert v == 'a=1 b=2'
234
235 asyncio.run(run())
236 with pytest.raises(ValidationError) as exc_info:

Callers 1

test_asyncFunction · 0.70

Calls 1

fooFunction · 0.70

Tested by

no test coverage detected