Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

ANN: HTMLTestRunner - generates HTML test report for unittest

245 views
Skip to first unread message

aurora

unread,
Jan 27, 2006, 2:03:33 AM1/27/06
to
Greeting,

HTMLTestRunner is an extension to the Python standard library's unittest
module. It generates easy to use HTML test reports. See a sample report at
http://tungwaiyip.info/software/sample_test_report.html.

Check more information and download from
http://tungwaiyip.info/software/#htmltestrunner

Wai Yip Tung

Paul McGuire

unread,
Jan 27, 2006, 9:35:46 AM1/27/06
to
"aurora" <auro...@gmail.com> wrote in message
news:op.s30y7...@news.cisco.com...

Nice! I just adapted my pyparsing unit tests to use this tool - took me
about 3 minutes, and now it's much easier to run and review my unit test
results. I especially like the pass/fail color coding, and the "drill-down"
to the test output.

-- Paul


aurora

unread,
Jan 27, 2006, 4:15:16 PM1/27/06
to
On Fri, 27 Jan 2006 06:35:46 -0800, Paul McGuire
<pt...@austin.rr._bogus_.com> wrote:
> Nice! I just adapted my pyparsing unit tests to use this tool - took me
> about 3 minutes, and now it's much easier to run and review my unit test
> results. I especially like the pass/fail color coding, and the
> "drill-down"
> to the test output.
>
> -- Paul

Thank you! I'm glad that it is helpful to you :)

0 new messages