# gize-testing
**Test utilities for [Gize](https://github.com/robertolima-dev/gize)-generated applications.**
[](https://crates.io/crates/gize-testing)
[](https://github.com/robertolima-dev/gize#license)
`gize-testing` will provide helpers for testing Gize-generated apps — database fixtures,
HTTP test clients, and assertions tuned to the generated layout — so the `tests.rs` files
Gize scaffolds have batteries included.
> **Status:** placeholder. It grows alongside the generators; the crate exists today so the
> name is reserved and it participates in the workspace. The public API is not yet stable.
## Part of the Gize workspace
See the [main project](https://github.com/robertolima-dev/gize) for the full crate list and
roadmap.
## License
Licensed under either of [Apache-2.0](https://github.com/robertolima-dev/gize/blob/main/LICENSE-APACHE)
or [MIT](https://github.com/robertolima-dev/gize/blob/main/LICENSE-MIT) at your option.