All of lore.kernel.org
 help / color / mirror / Atom feed
* [[selftest][PATCH] 0/2] QA: create unit tests for event module
@ 2017-01-23 23:25 Jair Gonzalez
  2017-01-23 23:25 ` [[selftest][PATCH] 1/2] bitbake: tests: " Jair Gonzalez
  2017-01-23 23:25 ` [[selftest][PATCH] 2/2] bitbake: selftest: add bb.tests.event to bitbake-selftest Jair Gonzalez
  0 siblings, 2 replies; 6+ messages in thread
From: Jair Gonzalez @ 2017-01-23 23:25 UTC (permalink / raw)
  To: bitbake-devel

This patch set adds a test unit to the bitbake event module and appends it
to the bitbake-selftest script's dictionary containing the list of the default
tests to run when the script is executed without arguments.

The following changes since commit b47ecf28775830efab423fa12f0addb68671cc06:

  poky.ent: Added "pip3" as an essential host installation package (2017-01-20 11:57:25 +0000)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib jairglez/bbevents
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=jairglez/bbevents

Jair Gonzalez (2):
  bitbake: tests: create unit tests for event module
  bitbake: selftest: add bb.tests.event to bitbake-selftest

 bitbake/bin/bitbake-selftest  |   1 +
 bitbake/lib/bb/tests/event.py | 324 ++++++++++++++++++++++++++++++++++++++++++
 2 files changed, 325 insertions(+)
 create mode 100644 bitbake/lib/bb/tests/event.py

-- 
2.7.4



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

end of thread, other threads:[~2017-01-25 21:49 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-23 23:25 [[selftest][PATCH] 0/2] QA: create unit tests for event module Jair Gonzalez
2017-01-23 23:25 ` [[selftest][PATCH] 1/2] bitbake: tests: " Jair Gonzalez
2017-01-24 17:07   ` Aníbal Limón
2017-01-25  2:35     ` Jair Gonzalez
2017-01-25 21:52       ` Aníbal Limón
2017-01-23 23:25 ` [[selftest][PATCH] 2/2] bitbake: selftest: add bb.tests.event to bitbake-selftest Jair Gonzalez

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.