All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/1] Use Jquery's Qunit tests to create some unit tests for javascript
@ 2015-08-20 19:01 brian avery
  2015-08-20 19:02 ` [PATCH 1/1] toastergui: Add frontend javascript unit tests brian avery
  0 siblings, 1 reply; 6+ messages in thread
From: brian avery @ 2015-08-20 19:01 UTC (permalink / raw)
  To: bitbake-devel

Use Jquery's Qunit tests to create some unit tests for javascript.

The following changes since commit c348fa50186fb0796bc7b793c4b8d710419f2a0d:

  bitbake: toaster: move code from setup_lv_tests to setUp (2015-08-17 14:41:45 +0100)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib bavery/submit/michaelw/20150817_qunit-tests
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=bavery/submit/michaelw/20150817_qunit-tests

Michael Wood (1):
  toastergui: Add frontend javascript unit tests

 lib/toaster/toastergui/static/js/tests/test.js     | 175 +++++++++++++++++++++
 .../toastergui/templates/js-unit-tests.html        |  39 +++++
 lib/toaster/toastergui/urls.py                     |   3 +
 lib/toaster/toastergui/views.py                    |  16 ++
 4 files changed, 233 insertions(+)
 create mode 100644 bitbake/lib/toaster/toastergui/static/js/tests/test.js
 create mode 100644 bitbake/lib/toaster/toastergui/templates/js-unit-tests.html

-- 
1.9.1



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

end of thread, other threads:[~2015-09-10  8:57 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-20 19:01 [PATCH 0/1] Use Jquery's Qunit tests to create some unit tests for javascript brian avery
2015-08-20 19:02 ` [PATCH 1/1] toastergui: Add frontend javascript unit tests brian avery
2015-09-08 10:30   ` Michael Wood
2015-09-08 21:09     ` Brian Avery
2015-09-09 22:04       ` Brian Avery
2015-09-10  8:57         ` Richard Purdie

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.