Closed
Bug 811043
Opened 13 years ago
Closed 8 years ago
use adapter for python unittest results vs hard baking into ResultsCollection
Categories
(Testing :: Mozbase, defect)
Testing
Mozbase
Tracking
(Not tracked)
RESOLVED
WONTFIX
People
(Reporter: k0scist, Unassigned)
Details
Currently we bake in some special functions for python unittest
results to TestResultsCollection (etc):
https://github.com/mozilla/mozbase/blob/master/moztest/moztest/results.py#L288
https://github.com/mozilla/mozbase/blob/master/moztest/moztest/results.py#L242
Since TestResultsCollection is our own presentation of results,
instead we should have an external adapter to convert python unittest
results to a TestResultsCollection. We should also follow this
pattern for *all* results(collections) we import.
Updated•13 years ago
|
Assignee: nobody → mdas
Comment 1•12 years ago
|
||
Haven't touched this in a year and working on other things, reassigning to default
Assignee: mdas → nobody
Comment 2•8 years ago
|
||
Mass closing bugs with no activity in 2+ years. If this bug is important to you, please re-open.
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → WONTFIX
You need to log in
before you can comment on or make changes to this bug.
Description
•