I need multiple output formats from my unittest cases..
- HTML output
- XML output
Currently I need to execute all test cases multiple times with
- HTML Test Runner for HTML output
- XML Test Runner for XML output
This is because result object is bound with each TestCase and I couldn't found how can I bind list of result classes to each TestCase...(which may actually solve my problem)