Reputation: 274070
Do you know a tool for creating nice html reports for pyunit?
Upvotes: 9
Views: 6886
Reputation: 100904
I suggest the following:
Nose plug-in documentation: http://nose.readthedocs.org/en/latest/index.html
Another option:
nosetests --with-xunit
. This will produce a nostests.xml
file in the current directory.Upvotes: 9