Is HTML report of tests run using PyUnit (unittest) possible?

fossist fossist at gmail.com
Tue Jan 19 06:16:30 EST 2010


I am using PyUnit (unittest module) for loading test cases from our
modules and executing them. Is it possible to export the test results
as HTML report? Currently the results appear as text on standard
output while the tests execute. But is there something out of the box
available in PyUnit to make this possible?



More information about the Python-list mailing list