pombreda / python-nose

Automatically exported from code.google.com/p/python-nose
0 stars 0 forks source link

Add support for xml output with coverage plugin #403

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Please find the attached patch to add xml output for the coverage plugin. It's 
by no means elegant, but it gets the job done. The main thing I don't like 
about it is the use of what is done in the coverage/__init__.py file to achieve 
adding the coverage.xml_report method.

Original issue reported on code.google.com by g...@myyearbook.com on 8 Mar 2011 at 2:39

Attachments:

GoogleCodeExporter commented 9 years ago
Attached is a revised patch where you specify a file instead of a directory.

Original comment by g...@myyearbook.com on 8 Mar 2011 at 3:09

Attachments: