feature request: subunit2junitxml
Bug #407181 reported by
Robert Collins
This bug affects 1 person
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
subunit |
Fix Released
|
Wishlist
|
Unassigned |
Bug Description
Junit has an xml format used for running java stuff in a subprocess.
Folk using subunit in a hudson environment would benefit by being able
to coerce a stream to that format (and necessarily divert passthrough
content to stderr or something similar).
affects subunit
importance wishlist
status triaged
--
Related branches
Changed in subunit: | |
status: | Fix Committed → Fix Released |
milestone: | none → 0.0.2 |
To post a comment you must log in.
Further details - it looks like hudson wants xml files on disk, not a
stream. This is fine.
We could use - or perhaps consider for inspiration - www.rittau. org/python/ cruisecontrol/ - the python there is
http://
awkward, but the actual xml formatting considerations are probably the
important bits (maybe 1/5th of the file).
http:// nosexunit. sourceforge. net/ also has support for xml, but is a
massive plugin, not a simple 'get xml shit going' component, I doubt
that it would be desirable as a dependency.
-Rob