pyresttest icon indicating copy to clipboard operation
pyresttest copied to clipboard

Solution of #213. Print test case detail with its status.

Open sohamnavadiya opened this issue 8 years ago • 4 comments

This pull request contains code for print the test case detail with its status. You will see the output with each test case instead of test case group.

sohamnavadiya avatar Jan 06 '17 08:01 sohamnavadiya

We can keep this part optional also.

sohamnavadiya avatar Jan 06 '17 09:01 sohamnavadiya

Can one of the admins verify this patch?

svanoort-jenkins avatar Jan 11 '17 22:01 svanoort-jenkins

Hi, is there anyone, who can look at this? I have just started with pyresttest and this improvement will save a lot of time. Thank you.

mvitiuk avatar Mar 09 '17 20:03 mvitiuk

According to netjunki's JUnit patch, I think that code will beter https://github.com/netjunki/pyresttest/blob/naive-junit/pyresttest/resttest.py#L631-L640 So I wrote for this https://github.com/j796160836/pyresttest/blob/johnny-print-detail-testcases/pyresttest/resttest.py#L736-L748

I looking forward to this great breach, hope it can be merge.

j796160836 avatar Jul 21 '17 18:07 j796160836