Add a mode to produce subunit compatible output

Bug #1118097 reported by James Henstridge
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
gocheck
New
Undecided
Unassigned

Bug Description

It would be nice if gocheck could produce output compatible with the subunit suite of tools. This would also be a step towards integration with tools like https://launchpad.net/testrepository.

The subunit output format is described here:

http://bazaar.launchpad.net/~subunit/subunit/trunk/view/head:/README

Since the format can pass through unmatched lines of output, basic support could just involve printing the following before each test runs:

time: YYYY-MM-DD HH:MM:SSZ
test: test-id

And report the result with a "success:", "error:" or "failure:" line (possibly preceded by another time: directive to capture the run time).

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.