Documentation ¶
Index ¶
Constants ¶
View Source
const DataFolder = "data"
Variables ¶
View Source
var RootFolder = ""
Functions ¶
This section is empty.
Types ¶
type Fixture ¶
type Fixture struct { URL string Tags []string Head plumbing.Hash PackfileHash plumbing.Hash DotGitHash plumbing.Hash ObjectsCount int32 }
func (*Fixture) DotGit ¶
func (f *Fixture) DotGit() fs.Filesystem
DotGit creates a new temporary directory and unpacks the repository .git directory into it. Multiple calls to DotGit returns different directories.
func (*Fixture) Worktree ¶
func (f *Fixture) Worktree() fs.Filesystem
type Suite ¶
type Suite struct{}
func (*Suite) SetUpSuite ¶
func (s *Suite) SetUpSuite(c *check.C)
func (*Suite) TearDownSuite ¶
func (s *Suite) TearDownSuite(c *check.C)
Click to show internal directories.
Click to hide internal directories.