[](https://crates.io/crates/sova-testing)
[](https://crates.io/crates/sova-testing)
[](https://docs.rs/sova-testing)
[](https://github.com/s00d/sova/blob/master/LICENSE)
[](https://www.donationalerts.com/r/s00d88)
# sova-testing
Framework-style test harness for Sova (sqlite, TestApp, snapshots).
Part of [Sova](https://crates.io/crates/sova) — Express-like HTTP for Rust.
**Guide:** [https://s00d.github.io/sova/guide/getting-started#testing](https://s00d.github.io/sova/guide/getting-started#testing)
**API:** [https://docs.rs/sova-testing](https://docs.rs/sova-testing)
## Install
Via the facade (recommended):
```bash
cargo add sova --features testing
```
Or direct:
```bash
cargo add sova-testing
```
## License
MIT — see [LICENSE](LICENSE).