Closed
Bug 797154
Opened 13 years ago
Closed 13 years ago
Create a mochitest virtualenv frontend for B2G
Categories
(Testing :: Mochitest, defect)
Tracking
(Not tracked)
RESOLVED
FIXED
mozilla18
People
(Reporter: marshall, Assigned: marshall)
References
Details
Attachments
(1 file)
|
1.78 KB,
patch
|
jgriffin
:
review+
|
Details | Diff | Splinter Review |
The runtestsb2g.py script requires a number of 3rd party packages, and is best wrapped by a frontend that uses virtualenv when used by end developers.
What we need is a new version of testing/marionette/client/marionette/venv_test.sh for mochitest, that makes it easy to run mochitests directly from B2G.
| Assignee | ||
Comment 1•13 years ago
|
||
Attachment #667189 -
Flags: review?(jgriffin)
| Assignee | ||
Comment 2•13 years ago
|
||
B2G pull request:
https://github.com/mozilla-b2g/B2G/pull/134
Comment 3•13 years ago
|
||
Comment on attachment 667189 [details] [diff] [review]
venv_mochitest.sh
Review of attachment 667189 [details] [diff] [review]:
-----------------------------------------------------------------
At some point we should update this to use the in-tree virtualenv, since that already contains the mozbase components, but we'd have to change it to install Marionette in the virtualenv as well, so I think this is fine for now.
Attachment #667189 -
Flags: review?(jgriffin) → review+
| Assignee | ||
Comment 4•13 years ago
|
||
Comment 5•13 years ago
|
||
Status: NEW → RESOLVED
Closed: 13 years ago
Flags: in-testsuite-
Resolution: --- → FIXED
Target Milestone: --- → mozilla18
You need to log in
before you can comment on or make changes to this bug.
Description
•