MyPy2JUnit
Script for converting output from MyPy to JUnit XML format
Usage
mypy somedir | mypy2junit > junit.xml
or:
mypy > output.txt
mypy2junit output.txt > junit.xml
Installation
pip install mypy2junit
Script for converting output from MyPy to Junit XML format
pip install mypy2junit==1.9.0