Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type TestHelper ¶
type TestHelper struct {
Repository *git.Repository
RepoPath string
}
func InitTestRepository ¶
func InitTestRepository(t *testing.T) *TestHelper
func InitTestRepositoryFromLocal ¶
func InitTestRepositoryFromLocal(t *testing.T) *TestHelper
func (*TestHelper) BasicRepoPath ¶
func (h *TestHelper) BasicRepoPath() string
func (*TestHelper) CleanUp ¶
func (h *TestHelper) CleanUp(t *testing.T)
func (*TestHelper) DirtyRepoPath ¶
func (h *TestHelper) DirtyRepoPath() string
func (*TestHelper) NonRepoPath ¶
func (h *TestHelper) NonRepoPath() string
Click to show internal directories.
Click to hide internal directories.