[oe-commits] [bitbake] branch master updated (5549748 -> 20ce1e1)

git at git.openembedded.org git at git.openembedded.org
Fri Apr 1 06:15:42 UTC 2016


rpurdie pushed a change to branch master
in repository bitbake.

      from  5549748   bitbake: Don't limit traceback lengths to arbitrary values
      adds  b7a377a   toaster: tests Migrate to Selenium for UI tests
      adds  4fda6be   toaster: tests Migrate all builds page and project page tests to Selenium
      adds  3120493   toaster: tests Migrate project builds page tests to Selenium
      adds  0e5f45d   toaster: tests Migrate all projects page tests to Selenium
      adds  20ce1e1   toaster: tests Migrate landing page tests to Selenium

No new revisions were added by this update.

Summary of changes:
 .../management/commands => tests}/__init__.py      |   0
 lib/toaster/tests/browser/README                   |  41 ++
 .../commands => tests/browser}/__init__.py         |   0
 lib/toaster/tests/browser/selenium_helpers.py      | 200 ++++++++
 lib/toaster/tests/browser/test_all_builds_page.py  | 143 ++++++
 .../tests/browser/test_all_projects_page.py        | 214 ++++++++
 lib/toaster/tests/browser/test_landing_page.py     | 108 ++++
 .../tests/browser/test_project_builds_page.py      | 168 +++++++
 lib/toaster/tests/browser/test_project_page.py     |  59 +++
 lib/toaster/tests/browser/test_sample.py           |  41 ++
 lib/toaster/tests/toaster-tests-requirements.txt   |   1 +
 lib/toaster/toastergui/tests.py                    | 544 ---------------------
 12 files changed, 975 insertions(+), 544 deletions(-)
 copy lib/toaster/{toastermain/management/commands => tests}/__init__.py (100%)
 create mode 100644 lib/toaster/tests/browser/README
 copy lib/toaster/{toastermain/management/commands => tests/browser}/__init__.py (100%)
 create mode 100644 lib/toaster/tests/browser/selenium_helpers.py
 create mode 100644 lib/toaster/tests/browser/test_all_builds_page.py
 create mode 100644 lib/toaster/tests/browser/test_all_projects_page.py
 create mode 100644 lib/toaster/tests/browser/test_landing_page.py
 create mode 100644 lib/toaster/tests/browser/test_project_builds_page.py
 create mode 100644 lib/toaster/tests/browser/test_project_page.py
 create mode 100644 lib/toaster/tests/browser/test_sample.py
 create mode 100644 lib/toaster/tests/toaster-tests-requirements.txt

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the Openembedded-commits mailing list