theandrewdavis / flake8-junit-report

Simple tool that converts a flake8 file to junit format

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

flake8-junit-report

Simple tool that converts a flake8 file to junit format. Use it on your CI server to see the flake8 failures with ease.

Documentation Status
Master https://travis-ci.org/initios/flake8-junit-report.svg?branch=master https://coveralls.io/repos/initios/flake8-junit-report/badge.svg?branch=master
Develop https://travis-ci.org/initios/flake8-junit-report.svg?branch=develop https://coveralls.io/repos/initios/flake8-junit-report/badge.svg?branch=develop

Usage

Create your flake8 file as usual:

$ flake8 --output-file flake8.txt

Convert it to JUnit format:

$ flake8_junit flake8.txt flake8_junit.xml

Running the tests

$ pip install -r requirements_dev.txt
$ tox

Changelog

2015-07-28

  • Add version 2.x.x
  • Rolled back python cli to vanilla python
  • Renamed binary to flake8_junit

Contributions

Check authors file.

About

Simple tool that converts a flake8 file to junit format

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 100.0%