MCPcopy
hub / github.com/stretchr/testify / runTests

Function runTests

suite/suite.go:228–237  ·  view source on GitHub ↗
(t *testing.T, tests []test)

Source from the content-addressed store, hash-verified

226}
227
228func runTests(t *testing.T, tests []test) {
229 if len(tests) == 0 {
230 t.Log("warning: no tests to run")
231 return
232 }
233
234 for _, test := range tests {
235 t.Run(test.name, test.run)
236 }
237}

Callers 1

RunFunction · 0.85

Calls 1

RunMethod · 0.45

Tested by

no test coverage detected