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

Method TestRepackObjectsWithNoDelete

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

Source from the content-addressed store, hash-verified

3272}
3273
3274func (s *RepositorySuite) TestRepackObjectsWithNoDelete(c *C) {
3275 if testing.Short() {
3276 c.Skip("skipping test in short mode.")
3277 }
3278
3279 s.testRepackObjects(c, time.Unix(0, 1), 3)
3280}
3281
3282func ExecuteOnPath(c *C, path string, cmds ...string) error {
3283 for _, cmd := range cmds {

Callers

nothing calls this directly

Calls 3

testRepackObjectsMethod · 0.95
ShortMethod · 0.80
SkipMethod · 0.65

Tested by

no test coverage detected