An open API service indexing awesome lists of open source software.

https://github.com/tox-dev/tox-report

Records tox console output and produces a colored HTML report with it.
https://github.com/tox-dev/tox-report

tox-plugin

Last synced: about 1 month ago
JSON representation

Records tox console output and produces a colored HTML report with it.

Awesome Lists containing this project

README

        

# tox-report

Records tox own console output and produce an HTML report of tox execution,
default name `report.html`.

The generated report will be colored as captured ANSI output is converted to
HTML.

This plugin also adds an option `--html filename` that allows user to
customize the filename used for reporting.