HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.
Python
Switch branches/tags
Nothing to show
Clone or download
Fetching latest commit…
Cannot retrieve the latest commit at this time.

README

HTMLTestRunner is an extension to the Python standard library's unittest module.
It generates easy to use HTML test reports. HTMLTestRunner is released under a
BSD style license.

Only a single file module HTMLTestRunner.py is needed to generate your report.