ANN: HTMLTestRunner - generates HTML test report for unittest

P

Paul McGuire

aurora said:
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
 
A

aurora

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 :)
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,010
Latest member
MerrillEic

Latest Threads

Top