(c *C)
| 1009 | } |
| 1010 | |
| 1011 | func (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 | |
| 1019 | func (s *WorktreeSuite) TestCheckoutBisectSubmodules(c *C) { |
| 1020 | s.testCheckoutBisect(c, "https://github.com/git-fixtures/submodule.git") |
nothing calls this directly
no test coverage detected