HTMLTestRunner - generates HTML test report for unittest

Paul McGuire ptmcg at austin.rr._bogus_.com
Fri Jan 27 09:35:46 EST 2006


"aurora" <aurora00 at gmail.com> wrote in message
news:op.s30y77us6yt6e7 at news.cisco.com...
> 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

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





More information about the Python-list mailing list