You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I just did this manually and the biggest thing it took me a while to figure out was that I should be using std::process::Command, and that this crate adds additional methods via extension traits. I could also have used some more detailed documentation on how the stdout/stderr predicates work. (Even just mentioning that the argument can be a predicate and linking to the predicates crate docs would have helped!)
Things to cover
assert
or earlier and not at the end of the expressionassert.output("text")
trim / normalize line endings? #19)success
is not automatically asserted.The text was updated successfully, but these errors were encountered: