Expand description
Run commands and assert on their behavior
Macros§
- cargo_
bin - The absolute path to a binary target’s executable.
Structs§
- Command
- Process spawning for testing of non-interactive commands
- Output
Assert - Assert the state of a
Command’sOutput.
Functions§
- cargo_
bin Deprecated - Look up the path to a cargo-built binary within an integration test.
- compile_
example examples - Prepare an example for testing
- compile_
examples examples - Prepare all examples for testing
- display_
exit_ status cmd - Converts an
std::process::ExitStatusto a human-readable value