Skip to content

Assert#dump() #146

Open
Open
@yegor256

Description

@yegor256

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

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions