rust-cli / team

CLI working group
https://rust-cli.github.io/book
MIT License
298 stars 34 forks source link

assert_cli "next" preview presenting assert_{cmd,fs} #40

Closed killercup closed 6 years ago

killercup commented 6 years ago
killercup commented 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?
epage commented 6 years ago

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

killercup commented 6 years ago

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?

epage commented 6 years ago

assert_cmd and assert_fs simplify integration testing of your crate with

killercup commented 6 years ago

Thanks! :)