91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 25KB
    文件類型: .py
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-05
  • 語言: Python
  • 標簽: 測試報告??python3??

資源簡介

HTMLTestRunner.py現已支持python3,用于生成自動化測試報告,下載后將包拖到python3的安裝目錄的Lib目錄下即可

資源截圖

代碼片段和文件信息

“““
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

????...?define?your?tests?...

????if?__name__?==?‘__main__‘:
????????HTMLTestRunner.main()


For?more?customization?options?instantiates?a?HTMLTestRunner?object.
HTMLTestRunner?is?a?counterpart?to?unittest‘s?TextTestRunner.?E.g.

????#?output?to?a?file
????fp?=?file(‘my_report.html‘?‘wb‘)
????runner?=?HTMLTestRunner.HTMLTestRunner(
????????????????stream=fp
????????????????title=‘My?unit?test‘
????????????????description=‘This?demonstrates?the?report?output?by?HTMLTestRunner.‘
????????????????)

????#?Use?an?external?styleshee

評論

共有 條評論