write all failed test into the quickfix list

This commit is contained in:
2025-12-29 21:13:17 +01:00
parent b916a11481
commit 3615ac0e2f
17 changed files with 1065 additions and 2 deletions

View File

@@ -0,0 +1,3 @@
package foo
func TestFoo(t *testing.T) {}

View File

@@ -0,0 +1,4 @@
package foo
func TestFoo(t *testing.T) {
}