1{"Action":"run","Test":"TestPass"}
2{"Action":"output","Test":"TestPass","Output":"=== RUN TestPass\n"}
3{"Action":"output","Test":"TestPass","Output":"=== PAUSE TestPass\n"}
4{"Action":"pause","Test":"TestPass"}
5{"Action":"run","Test":"TestPassLog"}
6{"Action":"output","Test":"TestPassLog","Output":"=== RUN TestPassLog\n"}
7{"Action":"output","Test":"TestPassLog","Output":"=== PAUSE TestPassLog\n"}
8{"Action":"pause","Test":"TestPassLog"}
9{"Action":"run","Test":"TestFail"}
10{"Action":"output","Test":"TestFail","Output":"=== RUN TestFail\n"}
11{"Action":"output","Test":"TestFail","Output":"--- FAIL: TestFail (0.00s)\n"}
12{"Action":"output","Test":"TestFail","Output":" test_test.go:23: Not working\n"}
13{"Action":"fail","Test":"TestFail","Elapsed":0}
14{"Action":"run","Test":"TestSubtests"}
15{"Action":"output","Test":"TestSubtests","Output":"=== RUN TestSubtests\n"}
16{"Action":"run","Test":"TestSubtests/subtest_a"}
17{"Action":"output","Test":"TestSubtests/subtest_a","Output":"=== RUN TestSubtests/subtest_a\n"}
18{"Action":"run","Test":"TestSubtests/testB"}
19{"Action":"output","Test":"TestSubtests/testB","Output":"=== RUN TestSubtests/testB\n"}
20{"Action":"run","Test":"TestSubtests/another_subtest"}
21{"Action":"output","Test":"TestSubtests/another_subtest","Output":"=== RUN TestSubtests/another_subtest\n"}
22{"Action":"output","Test":"TestSubtests","Output":"--- FAIL: TestSubtests (0.02s)\n"}
23{"Action":"output","Test":"TestSubtests/subtest_a","Output":" --- SKIP: TestSubtests/subtest_a (0.00s)\n"}
24{"Action":"output","Test":"TestSubtests/subtest_a","Output":" test_test.go:29: from subtest subtest a\n"}
25{"Action":"output","Test":"TestSubtests/subtest_a","Output":" test_test.go:31: from subtest subtest a\n"}
26{"Action":"output","Test":"TestSubtests/subtest_a","Output":" test_test.go:33: skipping this test\n"}
27{"Action":"skip","Test":"TestSubtests/subtest_a","Elapsed":0}
28{"Action":"output","Test":"TestSubtests/testB","Output":" --- PASS: TestSubtests/testB (0.01s)\n"}
29{"Action":"output","Test":"TestSubtests/testB","Output":" test_test.go:29: from subtest testB\n"}
30{"Action":"output","Test":"TestSubtests/testB","Output":" test_test.go:31: from subtest testB\n"}
31{"Action":"pass","Test":"TestSubtests/testB","Elapsed":0.01}
32{"Action":"output","Test":"TestSubtests/another_subtest","Output":" --- FAIL: TestSubtests/another_subtest (0.01s)\n"}
33{"Action":"output","Test":"TestSubtests/another_subtest","Output":" test_test.go:29: from subtest another subtest\n"}
34{"Action":"output","Test":"TestSubtests/another_subtest","Output":" test_test.go:31: from subtest another subtest\n"}
35{"Action":"fail","Test":"TestSubtests/another_subtest","Elapsed":0.01}
36{"Action":"fail","Test":"TestSubtests","Elapsed":0.02}
37{"Action":"cont","Test":"TestPass"}
38{"Action":"output","Test":"TestPass","Output":"=== CONT TestPass\n"}
39{"Action":"cont","Test":"TestPassLog"}
40{"Action":"output","Test":"TestPassLog","Output":"=== CONT TestPassLog\n"}
41{"Action":"output","Test":"TestPass","Output":"--- PASS: TestPass (0.00s)\n"}
42{"Action":"pass","Test":"TestPass","Elapsed":0}
43{"Action":"output","Test":"TestPassLog","Output":"--- PASS: TestPassLog (0.00s)\n"}
44{"Action":"output","Test":"TestPassLog","Output":" test_test.go:19: pass\n"}
45{"Action":"pass","Test":"TestPassLog","Elapsed":0}
46{"Action":"output","Output":"FAIL\n"}
47{"Action":"fail","Elapsed":0.03}
View as plain text