Module cmd
Expand description
Run commands and assert on their behavior
Structs§
- Command
- Process spawning for testing of non-interactive commands
- Output
Assert - Assert the state of a
Command’sOutput.
Functions§
- cargo_
bin - Look up the path to a cargo-built binary within an integration test
- cargo_
bin_ opt - Look up the path to a cargo-built binary within an integration test
- cargo_
bins - Return all the name and path for all binaries built by Cargo
- display_
exit_ status - Converts an
std::process::ExitStatusto a human-readable value