Closed
Bug 631288
Opened 15 years ago
Closed 14 years ago
rich test objects should be passed around, not just a list of files/directories
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: k0scist, Assigned: k0scist)
References
Details
(Whiteboard: [mozmill-2.0+])
Currently Mozmill passes around just lists of files and directories:
https://github.com/mozautomation/mozmill/blob/master/mozmill/mozmill/__init__.py#L590
In order for mozmill to utilize the manifests in any significant way,
richer test objects should be passed around. For the time being, this
can be either the ManifestParser object itself or its list of dicts,
though in the future this could be a dedicated test object, if needed.
Assignee | ||
Updated•15 years ago
|
Assignee: nobody → jhammel
Whiteboard: [mozmill-2.0?]
Assignee | ||
Updated•15 years ago
|
Assignee | ||
Comment 1•14 years ago
|
||
Done with bug 584464 ; currently we don't do anything with the information passed around, but the information is passed. Other issues should be separately ticketed
Status: NEW → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
Comment 2•13 years ago
|
||
This has already been fixed for Mozmill 2.
Whiteboard: [mozmill-2.0?] → [mozmill-2.0+]
Updated•9 years ago
|
Product: Testing → Testing Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•