()
| 129 | |
| 130 | @pytest.mark.asyncio |
| 131 | async def test_async_client_get_info(): |
| 132 | client = AsyncDstackClient() |
| 133 | result = await client.info() |
| 134 | check_info_response(result) |
| 135 | |
| 136 | |
| 137 | @pytest.mark.asyncio |
nothing calls this directly
no test coverage detected