(_ *C)
| 40 | } |
| 41 | |
| 42 | func (s *BaseSuite) buildBasicRepository(_ *C) { |
| 43 | f := fixtures.Basic().One() |
| 44 | s.Repository = s.NewRepository(f) |
| 45 | } |
| 46 | |
| 47 | // NewRepository returns a new repository using the .git folder, if the fixture |
| 48 | // is tagged as worktree the filesystem from fixture is used, otherwise a new |
no test coverage detected