(f *fixtures.Fixture)
| 133 | } |
| 134 | |
| 135 | func (s *BaseSuite) GetLocalRepositoryURL(f *fixtures.Fixture) string { |
| 136 | return f.DotGit().Root() |
| 137 | } |
| 138 | |
| 139 | func (s *BaseSuite) TemporalHomeDir() (path string, clean func()) { |
| 140 | home, err := os.UserHomeDir() |
no test coverage detected