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

Function test_sync_client_get_info

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

Source from the content-addressed store, hash-verified

64
65
66def test_sync_client_get_info():
67 client = DstackClient()
68 result = client.info()
69 check_info_response(result)
70
71
72def check_info_response(result: InfoResponse):

Callers

nothing calls this directly

Calls 3

infoMethod · 0.95
DstackClientClass · 0.90
check_info_responseFunction · 0.85

Tested by

no test coverage detected