https://github.com/astj/flake8-formatter-junit-xml
JUnit XML formatter for flake8
https://github.com/astj/flake8-formatter-junit-xml
flake8 python
Last synced: about 1 month ago
JSON representation
JUnit XML formatter for flake8
- Host: GitHub
- URL: https://github.com/astj/flake8-formatter-junit-xml
- Owner: astj
- License: mit
- Created: 2017-12-14T09:21:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2023-10-27T12:16:03.000Z (over 1 year ago)
- Last Synced: 2025-02-27T10:09:32.633Z (about 2 months ago)
- Topics: flake8, python
- Language: Python
- Size: 31.3 KB
- Stars: 17
- Watchers: 3
- Forks: 10
- Open Issues: 9
-
Metadata Files:
- Readme: README.rst
- License: LICENSE
Awesome Lists containing this project
README
==========================
flake8-formatter-junit-xml
==========================
.. image:: https://img.shields.io/pypi/v/flake8-formatter-junit-xml.svg
:target: https://pypi.python.org/pypi/flake8-formatter-junit-xml
.. image:: https://travis-ci.org/astj/flake8-formatter-junit-xml.svg
:target: https://travis-ci.org/astj/flake8-formatter-junit-xmlJUnit XML Formatter for flake8.
Installation
============.. code::
pip install flake8_formatter_junit_xml
Usage
=====.. code::
flake8 --format junit-xml ...
License
=======MIT