Closed
Bug 761608
Opened 13 years ago
Closed 13 years ago
Remove JUM module and tests from Mozmill 2.0
Categories
(Testing Graveyard :: Mozmill, defect)
Testing Graveyard
Mozmill
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: whimboo, Assigned: whimboo)
References
()
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
No one should use the jum module anymore. Lets get it removed from our code base. It is dependent on my work on bug 760418.
Assignee | ||
Comment 1•13 years ago
|
||
Once the patch has been landed it will need an update on MDN. I think we should generally advertise the assertion module and change the page accordingly.
Assignee | ||
Comment 2•13 years ago
|
||
Pointer to Github pull-request
Assignee | ||
Updated•13 years ago
|
Attachment #630501 -
Attachment description: Pointer to Github pull request: https://github.com/mozautomation/mozmill/pull/39 → Patch v1
Attachment #630501 -
Flags: review?(jhammel)
Comment 3•13 years ago
|
||
Comment on attachment 630501 [details]
Patch v1
looks good to me.
Attachment #630501 -
Flags: review?(jhammel) → review+
Assignee | ||
Comment 4•13 years ago
|
||
Removed with:
https://github.com/mozautomation/mozmill/commit/afa0193e832a0e8e5c5daf020d88b628021356d0
Jeff, which tool have you used to update the documentation on MDN? I kinda would like to do the same for the assertion module.
Status: ASSIGNED → RESOLVED
Closed: 13 years ago
Resolution: --- → FIXED
Comment 5•13 years ago
|
||
The tool is document-it: http://k0s.org/mozilla/hg/DocumentIt/
Let me know if you need help/instructions using it.
Assignee | ||
Comment 6•13 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #5)
> The tool is document-it: http://k0s.org/mozilla/hg/DocumentIt/
>
> Let me know if you need help/instructions using it.
So this only transforms markdown syntax to html and uploads it. That means it is no good tool for me. Probably we have to wait until we have the jsdoc toolkit chain in place and can document it correctly - probably not on MDN.
Assignee | ||
Comment 7•13 years ago
|
||
MDN updated in terms that it mentions now that the API doens't exist anymore and the assertions API has to be used.
Keywords: dev-doc-needed → dev-doc-complete
Comment 8•13 years ago
|
||
(In reply to Henrik Skupin (:whimboo) from comment #6)
> (In reply to Jeff Hammel [:jhammel] from comment #5)
> > The tool is document-it: http://k0s.org/mozilla/hg/DocumentIt/
> >
> > Let me know if you need help/instructions using it.
>
> So this only transforms markdown syntax to html and uploads it. That means
> it is no good tool for me. Probably we have to wait until we have the jsdoc
> toolkit chain in place and can document it correctly - probably not on MDN.
We should probably ticket what exactly we want.
Assignee | ||
Comment 9•13 years ago
|
||
(In reply to Jeff Hammel [:jhammel] from comment #8)
> We should probably ticket what exactly we want.
We have a system running for our mozmill-tests api refactor project. The latest push of the docs is a while ago but here those are:
http://people.mozilla.com/~hskupin/docs/mozmill-tests/outline/
Keep in mind that we need a customized version of jsdoc toolkit.
Sure, I can file a bug for it.
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
•