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.
xiuyuhexun/HTMLTestRunner
HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.
Python