https://github.com/dundee/mypy2junit
Python package for converting output from MyPy to Junit XML format
https://github.com/dundee/mypy2junit
Last synced: about 1 month 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 (over 5 years ago)
- Default Branch: master
- Last Pushed: 2023-01-31T00:26:44.000Z (over 2 years ago)
- Last Synced: 2025-05-22T04:39:32.249Z (about 2 months ago)
- Language: Python
- Size: 27.3 KB
- Stars: 13
- Watchers: 2
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# MyPy2JUnit
[](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
```