initios / flake8-junit-report

WARNING: Not mantained
BSD 3-Clause "New" or "Revised" License
14 stars 12 forks source link

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://img.shields.io/badge/LICENSE-BSD%203--Clause-brightgreen.svg .. image:: https://readthedocs.org/projects/flake8-junit-report/badge/?version=latest :target: https://readthedocs.org/projects/flake8-junit-report/?badge=latest :alt: Documentation Status

.. list-table::

* - Master
  - .. image:: https://travis-ci.org/initios/flake8-junit-report.svg?branch=master
        :target: https://travis-ci.org/initios/flake8-junit-report
  - .. image:: https://coveralls.io/repos/initios/flake8-junit-report/badge.svg?branch=master
        :target: https://coveralls.io/r/initios/flake8-junit-report?branch=master
* - Develop
  - .. 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?branch=develop
        :target: https://coveralls.io/r/initios/flake8-junit-report?branch=develop

Usage

Create your flake8 file as usual:

.. code:: shell-session

$ flake8 --output-file flake8.txt

Convert it to JUnit format:

.. code:: shell-session

$ flake8_junit flake8.txt flake8_junit.xml

Running the tests

.. code:: shell-session

$ pip install -r requirements_dev.txt
$ tox

Changelog

2016-05-11 2.1.0

2016-02-13

2016-01-05

2015-07-28


CONTRIBUTORS <https://github.com/initios/flake8-junit-report/graphs/contributors>_