git-iris 2.0.8

AI-powered Git workflow assistant for smart commits, code reviews, changelogs, and release notes
Documentation
1
2
3
4
5
6
7
8
// 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;