...
1{"Action":"start"}
2{"Action":"run","Test":"TestAttr"}
3{"Action":"output","Test":"TestAttr","Output":"=== RUN TestAttr\n"}
4{"Action":"attr","Test":"TestAttr","Key":"key","Value":"value"}
5{"Action":"output","Test":"TestAttr","Output":"=== ATTR TestAttr key value\n"}
6{"Action":"run","Test":"TestAttr/sub"}
7{"Action":"output","Test":"TestAttr/sub","Output":"=== RUN TestAttr/sub\n"}
8{"Action":"attr","Test":"TestAttr/sub","Key":"key","Value":"value"}
9{"Action":"output","Test":"TestAttr/sub","Output":"=== ATTR TestAttr/sub key value\n"}
10{"Action":"output","Test":"TestAttr","Output":"--- PASS: TestAttr (0.00s)\n"}
11{"Action":"output","Test":"TestAttr/sub","Output":" --- PASS: TestAttr/sub (0.00s)\n"}
12{"Action":"pass","Test":"TestAttr/sub"}
13{"Action":"pass","Test":"TestAttr"}
14{"Action":"output","Output":"PASS\n"}
15{"Action":"pass"}
View as plain text