Closed killercup closed 6 years ago
@epage said:
the main blocking issue for assert_fs / assert_cmd is now out for review https://github.com/assert-rs/predicates-rs/pull/60
Once that is in:
- Split up predicates crate
- Create a "0.9" of the predicates crates, assert_fs, and assert_cmd
- Encourage people to do an API review before going 1.0?
Looking at the issues to 1.0, I'd be comfortable releasing a 0.9 as soon as my last PR is in.
EDIT: Added predicates
Updated the title to reflect the current goal.
@epage, all that's missing is a blob of text describing what this is and why people should get excited about it. Can you write a few lines?
assert_cmd
and assert_fs
simplify integration testing of your crate with
Thanks! :)