//! Shared test helpers across library integration tests. Cargo treats
//! files in `tests/` as test binaries; subdirectories with `mod.rs` are
//! conventional shared modules (no phantom `common` test binary).
/// Install a best-effort tracing subscriber for integration tests that
/// surface process output under `--nocapture`.