Skip to main content

runtime_client

Function runtime_client 

Source
async fn runtime_client(
    runtime: &DockerRuntime,
    _empty_types: &Types,
) -> Result<Client, CliError>
Expand description

Creates an isolated runtime client for test execution.

Converts runtime startup failures into user-facing CLI messages with actionable wording.