//! Common test utilities and fixtures for code2prompt integration tests
//!
//! This module provides reusable fixtures and utilities to reduce code duplication
//! across integration tests using rstest.
pub use *;
use Once;
static INIT: Once = new;
/// Initialize logger for tests (called once)