[TIP] HTML TestResult?

Stefan Weigand list at stefan-weigand.de
Sat Sep 19 01:34:05 PDT 2009


You could try a XML TestResult (xUnit style) and then convert the
result using xslt (or the Ant junitreport task) into a HTML result.

Stefan.


On Sat, Sep 19, 2009 at 07:41, Robert Collins <robertc at robertcollins.net> wrote:
> One of the subunit contributors/users is looking for HTML reports on
> tests. I had a look for but couldn't trivially find an HTML TestResult
> library to use. Does anyone know of any such?
>
> https://bugs.edge.launchpad.net/subunit/+bug/426283 is the bug report
> asking for this.
>
> I did find
> http://tungwaiyip.info/software/HTMLTestRunner_0_8_1/HTMLTestRunner.py
> but that doesn't actually supply a useful TestResult, rather it's result
> object is really about capturing stdout/stderr - something altogether
> problematic for subunit's passthrough feature :).
>
> -Rob
>
> _______________________________________________
> testing-in-python mailing list
> testing-in-python at lists.idyll.org
> http://lists.idyll.org/listinfo/testing-in-python
>
>



More information about the testing-in-python mailing list