All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/6] Incorporate QUnit tests
@ 2016-04-06 13:54 Elliot Smith
  2016-04-06 13:56 ` Smith, Elliot
  0 siblings, 1 reply; 2+ messages in thread
From: Elliot Smith @ 2016-04-06 13:54 UTC (permalink / raw)
  To: bitbake-devel

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.



^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2016-04-06 14:03 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-04-06 13:54 [PATCH 0/6] Incorporate QUnit tests Elliot Smith
2016-04-06 13:56 ` Smith, Elliot

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.