sova-testing 0.1.2

Framework-style test harness for Sova (sqlite, TestApp, snapshots)
Documentation

crates.io downloads docs.rs License Donate

sova-testing

Framework-style test harness for Sova (sqlite, TestApp, snapshots).

Part of Sova — Express-like HTTP for Rust.

Guide: https://s00d.github.io/sova/guide/getting-started#testing
API: https://docs.rs/sova-testing

Install

Via the facade (recommended):

cargo add sova --features testing

Or direct:

cargo add sova-testing

License

MIT — see LICENSE.