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

Function test_sync_client_attest

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

Source from the content-addressed store, hash-verified

48
49
50def test_sync_client_attest():
51 client = DstackClient()
52 result = client.attest("test")
53 assert isinstance(result, AttestResponse)
54 assert len(result.attestation) > 0
55
56
57def test_sync_client_get_tls_key():

Callers

nothing calls this directly

Calls 2

attestMethod · 0.95
DstackClientClass · 0.90

Tested by

no test coverage detected