Re: HTMLTestRunner - generates HTML test report for unittest

2006-01-27 Thread aurora
On Fri, 27 Jan 2006 06:35:46 -0800, Paul McGuire <[EMAIL PROTECTED]> 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 > "

Re: HTMLTestRunner - generates HTML test report for unittest

2006-01-27 Thread Paul McGuire
"aurora" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > 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. > > C

ANN: HTMLTestRunner - generates HTML test report for unittest

2006-01-26 Thread aurora
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/#html