//! Shared test fixture for `arcature-data` integration tests.
//!
//! The fixture entities and the isolated-PostgreSQL test database helper live
//! in dedicated modules — this `mod.rs` only declares them and re-exports the
//! public helpers (AGENTS.md §1: a `mod.rs` declares modules and re-exports;
//! it holds no implementation logic).
pub use *;