MCPcopy
hub / github.com/go-git/go-git / TestCheckoutBisect

Method TestCheckoutBisect

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

Source from the content-addressed store, hash-verified

1009}
1010
1011func (s *WorktreeSuite) TestCheckoutBisect(c *C) {
1012 if testing.Short() {
1013 c.Skip("skipping test in short mode.")
1014 }
1015
1016 s.testCheckoutBisect(c, "https://github.com/src-d/go-git.git")
1017}
1018
1019func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) {
1020 s.testCheckoutBisect(c, "https://github.com/git-fixtures/submodule.git")

Callers

nothing calls this directly

Calls 3

testCheckoutBisectMethod · 0.95
ShortMethod · 0.80
SkipMethod · 0.65

Tested by

no test coverage detected