Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func GetFilesInCommit ¶
GetFilesInCommit returns a map of the files committed in the provided commit.
func MakeTempDir ¶
MakeTempDir creates a temporary directory that is automatically cleaned up after the test finishes.
func MakeTempGitRepo ¶
MakeTempGitRepo creates and returns a directory that has been initialised as a Git repository, it also returns rooted Filesystem that can be used to interact with the filesystem underneath.
The directory is deleted at the end of the test.
func MakeTempRepository ¶
MakeTempRepository returns a git.Repository with an initial commit.
The directory is deleted at the end of the test.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.