MCPcopy Create free account
hub / github.com/Notgnoshi/generative / CommandExt

Interface CommandExt

tests/mod.rs:20–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

18use assert_cmd::Command;
19
20pub trait CommandExt {
21 /// Same as [Command::output] except with hooks to print stdout/stderr in failed tests
22 fn captured_output(&mut self) -> Output;
23}
24
25impl CommandExt for Command {
26 fn captured_output(&mut self) -> Output {

Callers

nothing calls this directly

Implementers 1

mod.rstests/mod.rs

Calls

no outgoing calls

Tested by

no test coverage detected