We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
This test fails:
func Test(t *testing.T) { synctest.Test(t, func(t *testing.T) { t.Error("error") }) }
However, when run without -v, it doesn't output the test log:
-v
--- FAIL: Test (0.00s) FAIL FAIL _ 0.252s FAIL
Obviously, it should.