views:

496

answers:

1

Do you know a tool for creating nice html reports for pyunit?

+5  A: 

I suggest the following:

  1. Run your tests using nose
  2. Create a nose plugin that outputs results as HTML. The nose example code has a simple HTML output plugin (http://python-nose.googlecode.com/svn/trunk/examples/html_plugin/htmlplug.py). You can probably use that, at least as a starting point.

Nose plug-in documentation: http://somethingaboutorange.com/mrl/projects/nose/doc/writing_plugins.html

codeape
http://socsci2.ucsd.edu/~aronatas/project/cartoon.math.miracle.3.12.htm
perrierism