//! Framework-style test harness for Sova.
//!
//! - [`SqliteTestDb`] — tempfile sqlite + migrate
//! - [`TestApp`] — App bootstrap with Db + plugins
//! - [`ResponseAssert`] / [`assert_json_snapshot`] — uniform response checks
//!
//! Auth / notifications `acting_as` helpers stay in those plugins' test utils so
//! this crate can publish to crates.io without a dependency cycle.
pub use ;
pub use with_json_redactions;
pub use ResponseAssert;
pub use ;