Function tensile::console_runner[][src]

pub async fn console_runner<Error>(
    test: Test<Error>,
    options: &Options
) -> Result<TestReport> where
    Error: Debug + Display + Send + 'static,