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

Function test_async_client_attest

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

Source from the content-addressed store, hash-verified

111
112@pytest.mark.asyncio
113async def test_async_client_attest():
114 client = AsyncDstackClient()
115 result = await client.attest("test")
116 assert isinstance(result, AttestResponse)
117 assert len(result.attestation) > 0
118
119
120@pytest.mark.asyncio

Callers

nothing calls this directly

Calls 2

attestMethod · 0.95
AsyncDstackClientClass · 0.90

Tested by

no test coverage detected