test_binFunction get_test_bin
Source pub fn get_test_bin(bin_name: &str) -> Command
Expand description
Returns the crate’s binary as a Command
that can be used for integration
tests.
§Arguments
bin_name
- The name of the binary you want to test.
It panics on error. This is by design so the test that uses it fails.