MCPcopy Create free account
hub / github.com/assert-rs/assert_cmd / cargo_bin_example_2

Function cargo_bin_example_2

tests/cargo.rs:61–65  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60#[test]
61fn cargo_bin_example_2() {
62 let mut cmd = Command::cargo_bin("bin_fixture").unwrap();
63 let output = cmd.unwrap();
64 println!("{output:?}");
65}

Callers

nothing calls this directly

Calls 2

cargo_binFunction · 0.85
unwrapMethod · 0.45

Tested by

no test coverage detected