Script for converting output from MyPy to Junit XML format


License
BSD-3-Clause
Install
pip install mypy2junit==1.5.0

Documentation

MyPy2JUnit

Build Status

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