testing.T.Run (method)

3 uses

	testing (current package)
		testing.go#L1205: func (t *T) Run(name string, f func(t *T)) bool {
		testing.go#L1511: 					t.Run(test.Name, test.F)

	src.elv.sh/pkg/eval/evaltest
		evaltest.go#L125: 		t.Run(strings.Join(tt.codes, "\n"), func(t *testing.T) {