gotest.tools/gotestsum@v1.11.0/testjson/testdata/summary/misattributed-output (about) 1 2 === Failed 3 === FAIL: TestOutputWithSubtest (0.00s) 4 --- PASS: TestOutputWithSubtest/sub_test (0.00s) 5 foo_test.go:9: output from sub test 6 foo_test.go:11: more output from sub test 7 foo_test.go:16: more output from sub test 8 --- PASS: TestOutputWithSubtest/sub_test/sub2 (0.00s) 9 foo_test.go:14: output from sub2 test 10 foo_test.go:22: output from root test 11 foo_test.go:27: output from root test 12 --- PASS: TestOutputWithSubtest/sub_test2 (0.00s) 13 foo_test.go:21: output from sub test2 14 foo_test.go:23: more output from sub test2 15 foo_test.go:28: more output from sub test2 16 --- PASS: TestOutputWithSubtest/sub_test2/sub2 (0.00s) 17 foo_test.go:26: output from sub2 test 18 foo_test.go:32: output after sub test 19 20 DONE 5 tests, 1 failure in 0.000s