Comment 2 for bug 426283

Revision history for this message
Robert Collins (lifeless) wrote :

What would it look like? Whipping up something trivial in simpletal should be a 10 minute job, if you can sketch out what you want the output to look like. Or possibly better yet, write a separate project formatter like I did in python-junitxml (and I'd be happy to write that for you).

http://tungwaiyip.info/software/sample_test_report.html is an example output from http://tungwaiyip.info/software/HTMLTestRunner.html, which sadly doesn't obey the unittest protocol - it fiddles stdout/stderr rather than depending on the TestResult protocol.

I'm dropping a mail to TIP in case someone there has an existing result object that would suite.