Treat your tests like cattle, instead of pets
trycmd
is a test harness that will enumerate test case files and run them to verify the
results, taking inspiration from
trybuild and cram.
Here's a trivial example:
```rust,no_run
fn cli_tests() { trycmd::TestCases::new() .case("tests/cmd/*.trycmd"); } ```
See the docs for more.
Cargo.toml
editor)Licensed under either of
at your option.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in the work by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.