This repository was archived by the owner on Dec 29, 2021. It is now read-only.
This repository was archived by the owner on Dec 29, 2021. It is now read-only.
What should the name be for Assert::example
#110
Closed
Activity
epage commentedon May 25, 2018
Noticed this when adding a test for
Assert:example
volks73 commentedon May 25, 2018
I originally had
example_binary
but that seemed redundant/confusing, so I shortened it to justexample
as I figured the usage of Cargo was implied.The
cargo_example
works for me and is more consistent with the other function, especially given #111, where the usage of Cargo is no longer implied. The prepended "cargo" would indicate to users that thecargo
command will be used.epage commentedon May 29, 2018
Addressed in assert_cmd
https://github.com/assert-rs/assert_cmd
assert_cli is going to morph into a wider-focused tool, including things like assert_fs. See #41