Skip to content

Quantum-0/black-junit

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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