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

Method TestRepackObjects

repository_test.go:3266–3272  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

3264}
3265
3266func (s *RepositorySuite) TestRepackObjects(c *C) {
3267 if testing.Short() {
3268 c.Skip("skipping test in short mode.")
3269 }
3270
3271 s.testRepackObjects(c, time.Time{}, 1)
3272}
3273
3274func (s *RepositorySuite) TestRepackObjectsWithNoDelete(c *C) {
3275 if testing.Short() {

Callers

nothing calls this directly

Calls 3

testRepackObjectsMethod · 0.95
ShortMethod · 0.80
SkipMethod · 0.65

Tested by

no test coverage detected