// SPDX-FileCopyrightText: 2026 Andrei G <bug-ops>
// SPDX-License-Identifier: MIT OR Apache-2.0
//! Shared test harness used by every `#[cfg(test)]` module in `crate::agent`.
//! Re-exported from `crate::agent::agent_tests` for cross-module visibility.
pub use *;