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

Function test_sync_to_keypair_secure

sdk/python/tests/test_solana.py:43–48  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

41
42
43def test_sync_to_keypair_secure():
44 client = DstackClient()
45 result = client.get_key("test")
46 assert isinstance(result, GetKeyResponse)
47 keypair = to_keypair_secure(result)
48 assert isinstance(keypair, Keypair)
49
50
51def test_to_keypair_with_tls_key():

Callers

nothing calls this directly

Calls 3

get_keyMethod · 0.95
DstackClientClass · 0.90
to_keypair_secureFunction · 0.90

Tested by

no test coverage detected