-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Labels
enhancementImprove the expectedImprove the expected
Description
Would be nice to have a new method dump()
:
assert_cmd::Command::cargo_bin("foo")
.unwrap()
.current_dir(tmp.path())
.arg("--verbose")
.arg("bar")
.assert()
.dump() // here!
.success();
It should print the entire stdout
and stderr
to console. This would be very convenient for debugging purposes.
Metadata
Metadata
Assignees
Labels
enhancementImprove the expectedImprove the expected