//! Integration test entry point. //! //! Uses in-process `tower::ServiceExt::oneshot` — no TCP server needed. //! Each test gets an isolated database for safe parallel execution. mod harness; mod workflows;