MCPcopy
hub / github.com/golang/tools / Run

Function Run

gopls/internal/test/integration/regtest.go:52–54  ·  view source on GitHub ↗
(t *testing.T, files string, f TestFunc)

Source from the content-addressed store, hash-verified

50var runner *Runner
51
52func Run(t *testing.T, files string, f TestFunc) {
53 runner.Run(t, files, f)
54}
55
56func WithOptions(opts ...RunOption) configuredRunner {
57 return configuredRunner{opts: opts}

Callers 15

TestModifyTagsFunction · 0.92
TestPackageSymbolsFunction · 0.92
TestModTypoDiagnosticFunction · 0.50
TestInvalidGoVersionFunction · 0.50
TestIssue57627Function · 0.50
TestGenericReceiverFunction · 0.50
TestFuzzFuncFunction · 0.50
TestPackageCompletionFunction · 0.50
TestSourceFixupFunction · 0.50

Calls 1

RunMethod · 0.65

Tested by 15

TestModifyTagsFunction · 0.74
TestPackageSymbolsFunction · 0.74
TestModTypoDiagnosticFunction · 0.40
TestInvalidGoVersionFunction · 0.40
TestIssue57627Function · 0.40
TestGenericReceiverFunction · 0.40
TestFuzzFuncFunction · 0.40
TestPackageCompletionFunction · 0.40
TestSourceFixupFunction · 0.40