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:53:45 +0000 (10:53 +0100)
commit9345efdf5c4b23ab58f1a401d9868a99ab27eefc
treeb7c980d7d305236ab12e169d9ca8b5436687c5a5
parentdc29892cc047dc76cd73b509361ce9602f0b7301
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.

(From OE-Core rev: 79cb89648702aa80ec986e0026c62948de905b87)

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