[![crates.io][crates-badge]][crates-url]
[![docs.rs][docs-badge]][docs-url]
[crates-badge]: https://img.shields.io/crates/v/etest-tests.svg
[crates-url]: https://crates.io/crates/etest-tests
[docs-badge]: https://img.shields.io/docsrs/etest-tests/latest
[docs-url]: https://docs.rs/etest-tests/latest/etest-tests/index.html
# About
Integration tests for `etest`.
See the `tests/` folder for samples how to use `#[etest]`.
# License
The code of this crate is licensed under GPL-3.0-or-later.