Closed EnricoMi closed 3 months ago
Currently, junitparser.xunit2.JUnitXml.fromroot returns a junitparser.JUnitXml.TestSuite, but you would expect a junitparser.xunit2.TestSuite, which implements XUnit2-specific features.
junitparser.xunit2.JUnitXml.fromroot
junitparser.JUnitXml.TestSuite
junitparser.xunit2.TestSuite
Currently,
junitparser.xunit2.JUnitXml.fromroot
returns ajunitparser.JUnitXml.TestSuite
, but you would expect ajunitparser.xunit2.TestSuite
, which implements XUnit2-specific features.