开发者

Customize Python unittest report with HTML or Textile

开发者 https://www.devze.com 2023-01-07 19:35 出处:网络
I\'m using unittest for testing my python code.开发者_运维问答 I\'m seeking a way that I can do the following:

I'm using unittest for testing my python code.开发者_运维问答 I'm seeking a way that I can do the following:

  1. Customize the report of test run.
  2. Export it as HTML or Textile document.

Any ideas?


testoob should support your reporting requirements (not sure whether it supports textile reporting, but it definitely does support HTML reporting).


I ended up using HTMLTestRunner, such a great and simple tool.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号