Skip to content

Latest commit

 

History

History
45 lines (32 loc) · 1.48 KB

README.rst

File metadata and controls

45 lines (32 loc) · 1.48 KB

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.

image

Documentation Status

Master image image
Develop image image

Usage

Create your flake8 file as usual:

$ flake8 --output-file flake8.txt

Convert it to JUnit format:

$ junit_conversor flake8.txt flake8_junit.xml

Running the tests

$ pip install -r requirements_dev.txt
$ nosetests