Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
66
def
test_sync_client_get_info():
67
client = DstackClient()
68
result = client.info()
69
check_info_response(result)
70
71
72
def
check_info_response(result: InfoResponse):
Callers
nothing calls this directly
Calls
3
info
Method · 0.95
DstackClient
Class · 0.90
check_info_response
Function · 0.85
Tested by
no test coverage detected