// Project: scalo
// File: tests/integration/mod.rs
// Purpose: Integration test module declarations
// Language: Rust
//
// License: Apache-2.0
// Copyright: (c) 2026 HYPERI PTY LIMITED
// Always-compiled integration tests (core modules only)
// Feature-gated integration tests. Each is gated on the library module it
// exercises so a partial `--features` run compiles instead of erroring (CI runs
// `features: all`, so all of these are on there). Matches env.rs's per-mod gating.