()
| 48 | |
| 49 | |
| 50 | def 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 | |
| 57 | def test_sync_client_get_tls_key(): |
nothing calls this directly
no test coverage detected