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

Function test_async_client_get_quote

sdk/rust/tests/test_client.rs:21–25  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

19
20#[tokio::test]
21async fn test_async_client_get_quote() {
22 let client = AsyncDstackClient::new(None);
23 let result = client.get_quote("test".into()).await.unwrap();
24 assert!(!result.quote.is_empty());
25}
26
27#[tokio::test]
28async fn test_async_client_attest() {

Callers

nothing calls this directly

Calls 1

get_quoteMethod · 0.45

Tested by

no test coverage detected