Skip to main content

Simple tool that converts a flake8 file to junit format

Project description

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:: https://travis-ci.org/initios/flake8-junit-report.svg?branch=develop
:target: https://travis-ci.org/initios/flake8-junit-report
.. image:: https://coveralls.io/repos/initios/flake8-junit-report/badge.svg
:target: https://coveralls.io/r/initios/flake8-junit-report
.. image:: https://img.shields.io/badge/LICENSE-BSD%203--Clause-brightgreen.svg

Usage
-----
Create your flake8 file as usual:

.. code:: shell-session

$ flake8 --output-file flake8.txt

Convert it to JUnit format:

.. code:: shell-session

$ junit_conversor flake8.txt flake8_junit.xml

Running the tests
-----

.. code:: shell-session

$ pip install -r requirements_dev.txt
$ tox

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

flake8-junit-report-0.0.1.tar.gz (2.4 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page