[Pkg-mozext-commits] [requestpolicy] 58/80: Merge branch 'marionette' into new-extension-id-2

David Prévot taffit at moszumanska.debian.org
Sun Jul 5 15:02:30 UTC 2015


This is an automated email from the git hooks/post-receive script.

taffit pushed a commit to branch master
in repository requestpolicy.

commit 9950ad2987400736d42013641f35c1baa7577591
Merge: 63c062a 1837bca
Author: Martin Kimmerle <dev at 256k.de>
Date:   Mon Jun 22 03:53:53 2015 +0200

    Merge branch 'marionette' into new-extension-id-2
    
    In this branch the basis for unit testing with Marionette has been
    developed. With this commit, the first part of #641 is finished.

 .gitignore                                         |   3 +
 Makefile                                           |  97 +++++-
 requirements.txt                                   |   2 +
 src/content/lib/logger.jsm                         |  80 +++++
 tests/content/link.html                            |  27 ++
 .../dev-helper}/bootstrap.js                       |   0
 .../dev-helper}/chrome.manifest                    |   0
 .../dev-helper}/content/console-observer.jsm       |   6 +-
 .../content/restart-detection-helper.jsm           |   0
 .../dev-helper}/content/rpc-uri.jsm                |   0
 .../dev-helper}/install.rdf                        |   0
 tests/helper-addons/dummy-ext/bootstrap.js         |   4 +
 tests/helper-addons/dummy-ext/install.rdf          |  23 ++
 tests/marionette/rp_puppeteer/__init__.py          |   1 +
 tests/marionette/rp_puppeteer/api/__init__.py      |   1 +
 .../marionette/rp_puppeteer/api/error_detection.py |  70 +++++
 tests/marionette/rp_puppeteer/api/prefs.py         |  20 ++
 tests/marionette/rp_puppeteer/tests/manifest.ini   |   3 +
 tests/marionette/rp_puppeteer/tests/test_addons.py | 172 +++++++++++
 .../rp_puppeteer/tests/test_error_detection.py     |  45 +++
 tests/marionette/rp_puppeteer/tests/test_prefs.py  |  26 ++
 tests/marionette/rp_puppeteer/ui/__init__.py       |   1 +
 tests/marionette/rp_puppeteer/ui/addons.py         | 335 +++++++++++++++++++++
 tests/marionette/rp_ui_harness/__init__.py         |   5 +
 tests/marionette/rp_ui_harness/testcases.py        |  49 +++
 tests/marionette/tests/manifest.ini                |   2 +
 tests/marionette/tests/test_restartlessness.py     |  42 +++
 tests/marionette/tests/test_setup_page.py          |  40 +++
 tests/mozrunner-prefs.ini                          |   8 +
 29 files changed, 1053 insertions(+), 9 deletions(-)

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-mozext/requestpolicy.git



More information about the Pkg-mozext-commits mailing list