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

Function test_sync_client_get_quote

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

Source from the content-addressed store, hash-verified

42
43
44def test_sync_client_get_quote():
45 client = DstackClient()
46 result = client.get_quote("test")
47 assert isinstance(result, GetQuoteResponse)
48
49
50def test_sync_client_attest():

Callers

nothing calls this directly

Calls 2

get_quoteMethod · 0.95
DstackClientClass · 0.90

Tested by

no test coverage detected