Fixed - Excluded `TestCase` and `TestSuite` from pytest discovery. Thanks to kurtsansom Added - More type annotations.
3.1.1
Fixed - Sphinx documentation, thanks to cmarqu - type check by adding `py.typed` file. Other - Tests converted to `pytest`
3.1.0
Added - Support for different schemas. - xunit2 flavor support - Type hints
3.0.0
Breaking Python 2 is no longer supported. Version 2.x will keep supporting py2 and it will be maintained as long as possible, though no new features will be added.
2.8.0
Added - `--suite-name` parameter for merging xmls with cli. Thanks to yusijs
2.7.0
Added - `fromroot` class method to create object from a root element. Thanks to EnricoMi