mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-04-04 20:50:14 -05:00
Strip testdata path from subtests name
This commit is contained in:
parent
49cfa14c14
commit
4976b9b9ae
@ -44,7 +44,7 @@ func TestRun(t *testing.T) {
|
||||
continue
|
||||
}
|
||||
|
||||
t.Run(file, func(t *testing.T) {
|
||||
t.Run(filepath.Base(file), func(t *testing.T) {
|
||||
testRun(file, testDataDir+reportFile, conf, t)
|
||||
})
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user