(c *C)
| 47 | var _ = Suite(&WorktreeSuite{}) |
| 48 | |
| 49 | func (s *WorktreeSuite) SetUpTest(c *C) { |
| 50 | f := fixtures.Basic().One() |
| 51 | s.Repository = s.NewRepositoryWithEmptyWorktree(f) |
| 52 | } |
| 53 | |
| 54 | func (s *WorktreeSuite) TestPullCheckout(c *C) { |
| 55 | fs := memfs.New() |
nothing calls this directly
no test coverage detected