[bitbake-devel] [PATCH 0/6] Incorporate QUnit tests

Elliot Smith elliot.smith at intel.com
Wed Apr 6 13:54:29 UTC 2016


Modify QUnit tests so that they run as part of the Selenium test suite.

The following changes since commit 385df903ddf0c8647667d7025c2bfd6175e98fa5
(toaster-next):

  toaster: add rev dep column to image detail pages (2016-04-06 14:43:57 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib elliot/toaster/michaelw/unit_tests
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=elliot/toaster/michaelw/unit_tests

Elliot Smith (1):
  bitbake: update LICENSE file with QUnit details

Michael Wood (5):
  toaster: Add quint to project so that it can be used offline
  toaster: tests Set MACHINE for the test projects
  toaster: views jsunittest Add MACHINE and an extra layer to test
    project
  toaster: testsjs Add call back to append elements on completion of
    tests
  tests: browser Add test to run the js unit tests

 LICENSE                                            |   2 +
 lib/toaster/tests/browser/test_js_unit_tests.py    |  57 ++++
 .../fixtures/toastergui-unittest-data.xml          |   4 +-
 lib/toaster/toastergui/static/css/qunit-1.18.0.css |   1 +
 lib/toaster/toastergui/static/js/qunit-1.18.0.js   | 347 +++++++++++++++++++++
 lib/toaster/toastergui/static/js/tests/test.js     |   7 +
 .../toastergui/templates/js-unit-tests.html        |   4 +-
 lib/toaster/toastergui/views.py                    |  18 +-
 8 files changed, 432 insertions(+), 8 deletions(-)
 create mode 100644 bitbake/lib/toaster/tests/browser/test_js_unit_tests.py
 create mode 100644 bitbake/lib/toaster/toastergui/static/css/qunit-1.18.0.css
 create mode 100644 bitbake/lib/toaster/toastergui/static/js/qunit-1.18.0.js

--
1.9.3

---------------------------------------------------------------------
Intel Corporation (UK) Limited
Registered No. 1134945 (England)
Registered Office: Pipers Way, Swindon SN3 1RJ
VAT No: 860 2173 47

This e-mail and any attachments may contain confidential material for
the sole use of the intended recipient(s). Any review or distribution
by others is strictly prohibited. If you are not the intended
recipient, please contact the sender and delete all copies.




More information about the bitbake-devel mailing list