Confirmed users
656
edits
No edit summary |
|||
| Line 9: | Line 9: | ||
=== Running Tests === | === Running Tests === | ||
Currently tests are run from the command line with python. Peptest currently depends on some external Mozilla python packages, namely: mozrunner, mozprocess, mozprofile, mozlog and manifestdestiny. These packages are in the process of being consolidated into one location but currently live in three different locations. | Currently tests are run from the command line with python. Peptest currently depends on some external Mozilla python packages, namely: mozrunner, mozprocess, mozprofile, mozinfo, mozlog and manifestdestiny. These packages are in the process of being consolidated into one location but currently live in three different locations. | ||
#Clone the mozmill, mozbase and manifestdestiny repositories at [https://github.com/mozautomation/mozmill github.com/mozautomation/mozmill] , [https://github.com/mozilla/mozbase github.com/mozilla/mozbase] and [http://hg.mozilla.org/automation/ManifestDestiny/ hg.mozilla.org/automation/ManifestDestiny/] respectively. Alternatively many of these packages live on pypi and can be installed via the normal easy_install or pip method. | #Clone the mozmill, mozbase and manifestdestiny repositories at [https://github.com/mozautomation/mozmill github.com/mozautomation/mozmill] , [https://github.com/mozilla/mozbase github.com/mozilla/mozbase] and [http://hg.mozilla.org/automation/ManifestDestiny/ hg.mozilla.org/automation/ManifestDestiny/] respectively. Alternatively many of these packages live on pypi and can be installed via the normal easy_install or pip method. | ||