type testing.M

11 uses

	testing (current package)
		testing.go#L1337: type M struct {
		testing.go#L1371: func MainStart(deps testDeps, tests []InternalTest, benchmarks []InternalBenchmark, examples []InternalExample) *M {
		testing.go#L1373: 	return &M{
		testing.go#L1382: func (m *M) Run() (code int) {
		testing.go#L1526: func (m *M) before() {
		testing.go#L1592: func (m *M) after() {
		testing.go#L1605: func (m *M) writeProfiles() {
		testing.go#L1691: func (m *M) startAlarm() time.Time {
		testing.go#L1706: func (m *M) stopAlarm() {

	golang.org/x/pkgsite/internal/postgres
		test_helper.go#L137: func RunDBTests(dbName string, m *testing.M, testDB **DB) {
		test_helper.go#L163: func RunDBTestsInParallel(dbBaseName string, numDBs int, m *testing.M, acquirep *func(*testing.T) (*DB, func())) {