Comment 1 for bug 280215

Revision history for this message
James Henstridge (jamesh) wrote :

The unittest framework doesn't support statuses other than success, failure or error. So we'd either need to implement this feature ourself, or make use of a unittest extension that has already done so (e.g. Trial, or jml's testtools when it gets the feature).