MCPcopy Create free account
hub / github.com/Dstack-TEE/dstack / test_async_client_get_info

Function test_async_client_get_info

sdk/python/tests/test_client.py:131–134  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

129
130@pytest.mark.asyncio
131async def test_async_client_get_info():
132 client = AsyncDstackClient()
133 result = await client.info()
134 check_info_response(result)
135
136
137@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 3

infoMethod · 0.95
AsyncDstackClientClass · 0.90
check_info_responseFunction · 0.85

Tested by

no test coverage detected