1 2 3 4 5 6 7
//! Test utilities for the git module. //! //! Provides a [`RepoBuilder`] for creating temporary git repositories with specific states for testing. mod builder; pub use builder::RepoBuilder;