parser/gotest: support parsing test summaries when there were no tests

This commit is contained in:
Joël Stemmer
2022-03-13 00:22:02 +00:00
parent 458fe89a9a
commit a70d508a2e
5 changed files with 56 additions and 6 deletions

View File

@ -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) {