File tree 1 file changed +1
-10
lines changed
tools/junitreport/pkg/parser/gotest
1 file changed +1
-10
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,9 @@ func TestMarksTestBeginning(t *testing.T) {
20
20
name : "numeric" ,
21
21
testLine : "=== RUN 1234" ,
22
22
},
23
- {
24
- name : "url" ,
25
- testLine : "=== RUN github.com/maintainer/repository/package/file" ,
26
- },
27
23
{
28
24
name : "failed print" ,
29
- testLine : "some other text=== RUN github.com/maintainer/repository/package/file " ,
25
+ testLine : "some other text=== RUN TestName " ,
30
26
},
31
27
}
32
28
@@ -54,11 +50,6 @@ func TestExtractTestName(t *testing.T) {
54
50
testLine : "=== RUN 1234" ,
55
51
expectedName : "1234" ,
56
52
},
57
- {
58
- name : "url" ,
59
- testLine : "=== RUN github.com/maintainer/repository/package/file" ,
60
- expectedName : "github.com/maintainer/repository/package/file" ,
61
- },
62
53
{
63
54
name : "basic end" ,
64
55
testLine : "--- PASS: Test (0.10 seconds)" ,
You can’t perform that action at this time.
0 commit comments