You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
self.outputBuffer = StringIO.StringIO() should use in the _TestResult.starTtest not in the _TestResult.__init__ which cause issue:"Detail output overlap tungwaiyip#7"
-----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
The text was updated successfully, but these errors were encountered: