How to produce html unit test output in Python?

只愿长相守 提交于 2019-12-06 21:25:53

问题


I'm looking for any way to display the results of python unit tests in an html summary. There are tools like this for Java and Ruby... haven't yet located any tools that seem to do this for Python. Are there any out there?

JUnit html output:


(source: ibm.com)

Ruby RSpec output:


(source: natontesting.com)

来源:https://stackoverflow.com/questions/1758354/how-to-produce-html-unit-test-output-in-python

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!