testing.M.tests (field)

4 uses

	testing (current package)
		testing.go#L1339: 	tests      []InternalTest
		testing.go#L1375: 		tests:      tests,
		testing.go#L1406: 		listTests(m.deps.MatchString, m.tests, m.benchmarks, m.examples)
		testing.go#L1417: 	testRan, testOk := runTests(m.deps.MatchString, m.tests, deadline)