| [](https://crates.io/crates/test-case) |
| [](https://docs.rs/test-case) |
| [](https://raw.githubusercontent.com/rust-lang/docs.rs/master/LICENSE) |
| {{badges}} |
| |
| # Test Case |
| |
| {{readme}} |
| |
| ## License |
| |
| Licensed under of MIT license ([LICENSE-MIT](LICENSE-MIT) or https://opensource.org/licenses/MIT) |
| |
| ### Contribution |
| |
| All contributions and comments are more than welcome! Don't be afraid to open an issue or PR whenever you find a bug or have an idea to improve this crate. |
| |
| Recommended tools: |
| * `cargo readme` - to regenerate README.md based on template and lib.rs comments |
| * `cargo insta` - to review test snapshots |
| * `cargo edit` - to add/remove dependencies |
| * `cargo fmt` - to format code |
| * `cargo clippy` - for all insights and tips |
| * `cargo fix` - for fixing warnings |