assertables 9.1.0

Assertables: assert macros for better testing, debugging, quality assurance, and runtime reliability.
Documentation
1
2
3
4
5
6
7
# Comparisons: assert_cmd

https://crates.io/crates/assert_cmd

https://github.com/assert-rs/assert_cmd

The `assert_cmd` crate aims to simplify the process for doing integration testing of CLIs, including finding your crate's binary to test, and doing an assert on the result of your program's run.