tungwaiyip / HTMLTestRunner

HTMLTestRunner is an extension to the Python standard library's unittest module. It generates easy to use HTML test reports.
http://tungwaiyip.info/software/sample_test_report.html
99 stars 333 forks source link

Detail output overlap #7

Open xuyanjun opened 11 years ago

xuyanjun commented 11 years ago

-----case1 pt2.1: test_sub1.. test_sub2.. test_sub3.. test_sub1..

-----case2 pt3.1: test_sub1.. test_sub2.. test_sub3.. test_sub1.. test_sub1

-----case3 pt3.2: test_sub1.. test_sub2.. test_sub3.. test_sub1.. test_sub1

test_sub3

Kingson commented 10 years ago

What ’s this?

shuminghuangdd01 commented 6 years ago

this is bug,when run more than 2 testcases, the report detail will repeat the before cases steps