write all failed test into the quickfix list
This commit is contained in:
9
tests/tmp_qf_go_norm/foo_norm_test.go
Normal file
9
tests/tmp_qf_go_norm/foo_norm_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
func TestHandleGet(t *testing.T) {
|
||||
t.Run("returns 200 with an list of all badges", func(t *testing.T) {
|
||||
})
|
||||
|
||||
t.Run("returns 500 on any db error", func(t *testing.T) {
|
||||
})
|
||||
}
|
||||
Reference in New Issue
Block a user