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

Method TestDo

utils/diff/diff_ext_test.go:135–140  ·  view source on GitHub ↗
(c *C)

Source from the content-addressed store, hash-verified

133}
134
135func (s *suiteCommon) TestDo(c *C) {
136 for i, t := range doTests {
137 diffs := diff.Do(t.src, t.dst)
138 c.Assert(diffs, DeepEquals, t.exp, Commentf("subtest %d", i))
139 }
140}

Callers

nothing calls this directly

Calls 1

DoFunction · 0.92

Tested by

no test coverage detected