weiwei / junitparser

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

`testsuites` element does not validate against the xunit2 schema because of the `skipped` attribute #100

Closed carlescufi closed 11 months ago

carlescufi commented 2 years ago

The skipped attribute in the testsuites schema does not validate correctly against the xunit2 schema. This is also the case with the pytest schema.

weiwei commented 11 months ago

This should have been addressed now that we support flavors.