// Common test utilities shared across test modules
// This module provides centralized infrastructure for all tests including:
// - Git repository setup functions
// - Mock data builders
// - Test assertion helpers
// - Environment utilities
// - Git operation helpers
pub mod test_utils;