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

Function test_async_client_get_quote

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

Source from the content-addressed store, hash-verified

104
105@pytest.mark.asyncio
106async def test_async_client_get_quote():
107 client = AsyncDstackClient()
108 result = await client.get_quote("test")
109 assert isinstance(result, GetQuoteResponse)
110
111
112@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

get_quoteMethod · 0.95
AsyncDstackClientClass · 0.90

Tested by

no test coverage detected