svanoort / pyresttest

Python Rest Testing
Apache License 2.0
1.15k stars 325 forks source link

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

Open sohamnavadiya opened 7 years ago

sohamnavadiya commented 7 years ago

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 commented 7 years ago

We can keep this part optional also.

svanoort-jenkins commented 7 years ago

Can one of the admins verify this patch?

mvitiuk commented 7 years ago

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.

j796160836 commented 7 years ago

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.