]> code.ossystems Code Review - openembedded-core.git/commit
lib/oeqa/utils/decorators.py: decorators for test methods
authorRadu Moisan <radu.moisan@intel.com>
Fri, 28 Jun 2013 08:28:57 +0000 (11:28 +0300)
committerRichard Purdie <richard.purdie@linuxfoundation.org>
Tue, 9 Jul 2013 09:48:59 +0000 (10:48 +0100)
commit79cb89648702aa80ec986e0026c62948de905b87
treea858e5fb94af5c206e9c683663e3b5d8e29cb39e
parentee7d64dfcc02ba8f568b17d181e0a58d3c810076
lib/oeqa/utils/decorators.py: decorators for test methods

Some skip decorators meant only for test methods, providing
some kind of test methods dependency.
They are used together with a test method name not a condition.
These are complementary to python's unittest skip decorators.

Signed-off-by: Radu Moisan <radu.moisan@intel.com>
Signed-off-by: Stefan Stanacar <stefanx.stanacar@intel.com>
meta/lib/oeqa/utils/decorators.py [new file with mode: 0644]