package foo func TestFoo(t *testing.T) { t.Run("bar", func(t *testing.T) { }) } func TestBaz(t *testing.T) { }