MCPcopy Index your code
hub / github.com/go-git/go-git / SetUpTest

Method SetUpTest

worktree_test.go:49–52  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected