Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/dundee/mypy2junit

Python package for converting output from MyPy to Junit XML format
https://github.com/dundee/mypy2junit

Last synced: about 2 months ago
JSON representation

Python package for converting output from MyPy to Junit XML format

Awesome Lists containing this project

README

        

# MyPy2JUnit

[![Build Status](https://travis-ci.com/dundee/mypy2junit.svg?branch=master)](https://travis-ci.com/dundee/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
```