assert_cli
assert_cli copied to clipboard
See instead assert_cmd
Currently based on #50 and very much WIP.
Why would we need to build, clean, build again? I guess either the author of this commit or of the author of 1e04c940 was drunk or something.
What do you think about removing the macro and adding ` Assert::command(T)` where `ToCommandWithArgs` is a trait implemented for `&[u8]` as well as `&str`? This way, you could run `Assert::command(r#"cargo...
Again just a random idea. :-) The panic-format could be behind a feature-flag 1. either consistently `diff`-like + multi-line 2. or consistently `assert_eq!`-like + single-line + json encoded (even for...