HTMLTestRunner生成測試報告漢化版,支持添加測試人員姓名,適配Python3.0

HTMLTestRunner.py漢化版

Bootstrap優化效果展示:

可以適配Python3.0,不支持Python2.0 

 

代碼調用:

源代碼: 

"""
A TestRunner for use with the Python unit testing framework. It
generates a HTML report to show the result at a glance.

The simplest way to use this is to invoke its main method. E.g.

    import unittest
    import HTMLTestRunner

    ... 
發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章