Function test_binary::build_mock_binary
source · [−]pub fn build_mock_binary(name: &str) -> Result<OsString, TestBinaryError>Expand description
Builds the binary crate we’ve prepared solely for the purposes of testing
this library. This goes through cargo, so it should function identically to
cargo build --bin testbin.