Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/dundee/mypy2junit
- Owner: dundee
- Created: 2020-02-22T16:04:04.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T00:26:44.000Z (almost 2 years ago)
- Last Synced: 2024-10-31T22:42:29.411Z (2 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 13
- Watchers: 3
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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
```