MCPcopy Index your code
hub / github.com/google/go-github / checkGolden

Method checkGolden

tools/metadata/main_test.go:288–291  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

286}
287
288func (r testRun) checkGolden() {
289 r.t.Helper()
290 checkGoldenDir(r.t, r.srcDir, r.workDir, filepath.Join("testdata", "golden", r.t.Name()))
291}
292
293func (r testRun) assertOutput(stdout, stderr string) {
294 r.t.Helper()

Callers 3

TestUpdateGoFunction · 0.80
TestUpdateOpenAPIFunction · 0.80
TestFormatFunction · 0.80

Calls 1

checkGoldenDirFunction · 0.85

Tested by

no test coverage detected