Skip to content

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

Notifications You must be signed in to change notification settings

anarang/HTMLTestRunner

 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%