gize-testing 0.2.0

Test utilities for Gize-generated applications.
Documentation
# gize-testing

**Test utilities for [Gize](https://github.com/robertolima-dev/gize)-generated applications.**

[![Crates.io](https://img.shields.io/crates/v/gize-testing.svg)](https://crates.io/crates/gize-testing)
[![License](https://img.shields.io/badge/license-MIT%20OR%20Apache--2.0-blue.svg)](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.