mirror of
https://github.com/jstemmer/go-junit-report.git
synced 2025-07-03 20:52:47 -05:00
parser/gotest: support parsing test summaries when there were no tests
This commit is contained in:
@ -166,6 +166,10 @@ var testCases = []TestCase{
|
||||
name: "33-bench-mb.txt",
|
||||
reportName: "33-report.xml",
|
||||
},
|
||||
{
|
||||
name: "34-notest.txt",
|
||||
reportName: "34-report.xml",
|
||||
},
|
||||
}
|
||||
|
||||
func TestNewOutput(t *testing.T) {
|
||||
|
Reference in New Issue
Block a user