write all failed test into the quickfix list
This commit is contained in:
9
tests/tmp_qf/foo_test.go
Normal file
9
tests/tmp_qf/foo_test.go
Normal file
@@ -0,0 +1,9 @@
|
||||
package foo
|
||||
|
||||
func TestFoo(t *testing.T) {
|
||||
t.Run("bar", func(t *testing.T) {
|
||||
})
|
||||
}
|
||||
|
||||
func TestBaz(t *testing.T) {
|
||||
}
|
||||
Reference in New Issue
Block a user