Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 364 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 364 Bytes

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