JUnit XML output support

Bug #691365 reported by Marius Gedminas
12
This bug affects 2 people
Affects Status Importance Assigned to Milestone
zope.testrunner
Invalid
Undecided
Unassigned

Bug Description

It would be nice if zope.testrunner could have JUnit XML output support for tools like Hudson, with bin/test --xml.

Currently it's possible to have the same effect by using collective.xmltestreport, which requires one to drop zc.recipe.testrunner and zope.testrunner, losing support for zc.buildout's new features such as isolation from site packages.

Or you could attempt to use bin/test --subunit | subunit2junitxml, except python-subunit doesn't use entry-points, and zc.buildout doesn't support plain distutils scripts, so there's no convenient way to have zc.buildout install that conversion script for you...

It would be best if zope.testrunner could produce those XMLs directly.

Revision history for this message
Colin Watson (cjwatson) wrote :

The zope.testrunner project on Launchpad has been archived at the request of the Zope developers (see https://answers.launchpad.net/launchpad/+question/683589 and https://answers.launchpad.net/launchpad/+question/685285). If this bug is still relevant, please refile it at https://github.com/zopefoundation/zope.testrunner.

Changed in zope.testrunner:
status: New → Invalid
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.