mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-04 21:12:53 -05:00
Strip testdata path from subtests name
This commit is contained in:
@ -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)
|
||||
})
|
||||
}
|
||||
|
Reference in New Issue
Block a user