PyUnitReport icon indicating copy to clipboard operation
PyUnitReport copied to clipboard

A unit test runner for Python, and generate HTML reports.

Results 5 PyUnitReport issues
Sort by recently updated
recently updated
newest added

request access for correction of the method self._count_relevant_tb https://github.com/anthobio23/PyUnitReport/blob/dad51cf85c60fd3a64df8276517c48d802d945dd/pyunitreport/HtmlTestResult.py#L391

I was using this to generate reports for pyunit testing and I found a common error. It has been reported on stackoverflow on this link: https://stackoverflow.com/questions/71858651/attributeerror-htmltestresult-object-has-no-attribute-count-relevant-tb-lev. But there has been...

When TestCases are tested in a Suite, the reports overwrite and only the report of the last test is displayed

Im looking to display some info and statistics from the test to the HTML, is there a way to do so with this package? Also, is it possible to mail...

一个testSuite加载了来自不同测试类的多个测试方法,测试完毕后每个测试类都会生成一次测试报告。 暂时不知道如何控制合并测试数据并生成一份统一的报告。