weiwei / junitparser

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

Add types #97

Closed kasium closed 11 months ago

kasium commented 2 years ago

Hey, would you consider to add types to this package so that it can be checked with mypy and other type checkers?

Thanks a lot!

kasium commented 1 year ago

fyi, the py.typed file is missing in 3.1.0 and therefore mypy won't pickup the inline type hints

weiwei commented 11 months ago

@kasium Thank you. It will be added to the next release.