/HTMLTestRunner

HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.

Primary LanguageHTML

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.

Additions:
Changed CSS
One can add description to the test cases by following the sample code
mentioned in the HTMLTestRunner.py module itself.
Read the comments carefully in order to generate detailed reports.

View the sample report in  sample_report.png