All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 00/11] Fixes and clean ups for toastergui unit tests
@ 2015-08-10 17:26 Michael Wood
  2015-08-10 17:27 ` [PATCH 01/11] toaster: fix test_get_json_call_returns_json test Michael Wood
                   ` (10 more replies)
  0 siblings, 11 replies; 12+ messages in thread
From: Michael Wood @ 2015-08-10 17:26 UTC (permalink / raw)
  To: bitbake-devel

This patchset contains fixes and code cleanups for Toaster GUI tests.
Reviewed by Michael Wood.

The following changes since commit c75cefe8a382a63f625123c156137782db118f64:

  libpam: Fix patch broken during upgrade (2015-08-09 15:15:33 -0700)

are available in the git repository at:

  git://git.yoctoproject.org/poky-contrib michaelw/toaster/submit/ed/toaster/fix-toastergui-tests
  http://git.yoctoproject.org/cgit.cgi/poky-contrib/log/?h=michaelw/toaster/submit/ed/toaster/fix-toastergui-tests

Ed Bartosh (11):
  toaster: fix test_get_json_call_returns_json test
  toaster: wrap long lines
  toaster: get rid of AllProjectsViewTestCase
  toaster: put all test cases into one class
  toaster: get rid of class attributes
  toaster: remove unused import
  toaster: add header and docstings
  toaster: don't catch json.load exceptions
  toaster: fix test_get_json_call_returns_json again
  toaster: fix pylint warning 'no space allowed'
  toaster: reduced amount of instance attributes

 lib/toaster/toastergui/tests.py | 133 +++++++++++++++++++++++-----------------
 1 file changed, 78 insertions(+), 55 deletions(-)

-- 
2.1.4



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

end of thread, other threads:[~2015-08-10 17:27 UTC | newest]

Thread overview: 12+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-08-10 17:26 [PATCH 00/11] Fixes and clean ups for toastergui unit tests Michael Wood
2015-08-10 17:27 ` [PATCH 01/11] toaster: fix test_get_json_call_returns_json test Michael Wood
2015-08-10 17:27 ` [PATCH 02/11] toaster: wrap long lines Michael Wood
2015-08-10 17:27 ` [PATCH 03/11] toaster: get rid of AllProjectsViewTestCase Michael Wood
2015-08-10 17:27 ` [PATCH 04/11] toaster: put all test cases into one class Michael Wood
2015-08-10 17:27 ` [PATCH 05/11] toaster: get rid of class attributes Michael Wood
2015-08-10 17:27 ` [PATCH 06/11] toaster: remove unused import Michael Wood
2015-08-10 17:27 ` [PATCH 07/11] toaster: add header and docstings Michael Wood
2015-08-10 17:27 ` [PATCH 08/11] toaster: don't catch json.load exceptions Michael Wood
2015-08-10 17:27 ` [PATCH 09/11] toaster: fix test_get_json_call_returns_json again Michael Wood
2015-08-10 17:27 ` [PATCH 10/11] toaster: fix pylint warning 'no space allowed' Michael Wood
2015-08-10 17:27 ` [PATCH 11/11] toaster: reduced amount of instance attributes Michael Wood

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.