From: Elliot Smith <elliot.smith@intel.com>
To: bitbake-devel@lists.openembedded.org
Subject: [PATCH 0/6] Incorporate QUnit tests
Date: Wed, 6 Apr 2016 14:54:29 +0100 [thread overview]
Message-ID: <cover.1459950757.git.elliot.smith@intel.com> (raw)
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.
next reply other threads:[~2016-04-06 13:54 UTC|newest]
Thread overview: 2+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-04-06 13:54 Elliot Smith [this message]
2016-04-06 13:56 ` [PATCH 0/6] Incorporate QUnit tests Smith, Elliot
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1459950757.git.elliot.smith@intel.com \
--to=elliot.smith@intel.com \
--cc=bitbake-devel@lists.openembedded.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.