write all failed test into the quickfix list
This commit is contained in:
@@ -0,0 +1,3 @@
|
||||
package foo
|
||||
|
||||
func TestFoo(t *testing.T) {}
|
||||
@@ -0,0 +1,4 @@
|
||||
package foo
|
||||
|
||||
func TestFoo(t *testing.T) {
|
||||
}
|
||||
Reference in New Issue
Block a user