Back to directory
Quantum-0 avatar
Quantum-0 / black-junit

black-junit

Module to generate JUnit report from black results

12

Stars

1

Forks

2

Watchers

MIT

License

black-junit

This project is a tool for generation JUnit's report from black/blue output

Install

pip install black-junit

Usage

black . --check --verbose 2>results.txt
black-junit < results.txt > report.xml

or, in case using blue formatter:

blue . --check --verbose 2>results.txt
black-junit < results.txt > report.xml

Badges

wakatime Black GitHub Org's stars PyPI - License PyPI PyPI - Status PyPI - Python Version PyPI - Downloads

License

MIT License

Releases

Aug 17, 2024

v0.2.5

Download .zip

Updated github actions CI/CD process

Sep 30, 2022

Download .zip

Drop module interface. Cannot be ran as python3 -m black-junit anymore Add compability with pip-tools

Made with help from @SnakeOilSalesman Full Changelog from 0.2.2: v0.2.2...v0.2.4