weiwei / junitparser

Parses JUnit/xUnit Result XML files with ease
https://junitparser.readthedocs.io
Other
120 stars 52 forks source link

Calling `junitparser.xunit2.JUnitXml.fromroot` should produce `junitparser.xunit2.TestSuite` #134

Closed EnricoMi closed 3 months ago

EnricoMi commented 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.