libtest-with 0.7.0-1

A slightly customized version of libtest-mimic, such that it can be easier create a test runner for test-with
Documentation
# libtest-with

[<img alt="CI status of master" src="https://img.shields.io/github/actions/workflow/status/yanganto/libtest-iwth/ci.yml?branch=master&label=CI&logo=github&logoColor=white&style=for-the-badge" height="23">](https://github.com/LukasKalbertodt/libtest-with/actions?query=workflow%3ACI+branch%3Amaster)
[<img alt="Crates.io Version" src="https://img.shields.io/crates/v/libtest-with?logo=rust&style=for-the-badge" height="23">](https://crates.io/crates/libtest-with)
[<img alt="docs.rs" src="https://img.shields.io/crates/v/libtest-with?color=blue&label=docs&style=for-the-badge" height="23">](https://docs.rs/libtest-with)

In order to provide a test runner for [`test-with`](https://crates.io/crates/test-with), this crate base on `LukasKalbertodt/libtest-mimic` and add with runtime ignore feature.

Write your own test harness that looks and behaves like the built-in test harness (used by `rustc --test`)!

This is a simple and small testing framework that mimics the original `libtest`.
That means: all output looks pretty much like `cargo test` and most CLI arguments are understood and used.
With that plumbing work out of the way, your test runner can focus on the actual testing.

See [**the documentation**](https://docs.rs/libtest-with) or [the `examples/` folder](/examples) for more information.


<p align="center">
    <img src=".github/readme.png" width="95%"></img>
</p>


---

## License

Licensed under either of

 * Apache License, Version 2.0, ([LICENSE-APACHE]LICENSE-APACHE or http://www.apache.org/licenses/LICENSE-2.0)
 * MIT license ([LICENSE-MIT]LICENSE-MIT or http://opensource.org/licenses/MIT)

at your option.

### Contribution

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.