pyresttest
pyresttest copied to clipboard
Solution of #213. Print test case detail with its status.
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.
We can keep this part optional also.
Can one of the admins verify this patch?
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.
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.