summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/loader.py
Commit message (Expand)AuthorAgeFilesLines
* oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón2017-07-301-0/+26
* oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón2017-07-211-13/+12
* oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón2017-06-231-9/+13
* oeqa/core/loader: Use full and small module name on filteringAníbal Limón2017-06-131-9/+19
* oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón2017-06-121-5/+7
* oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón2017-06-121-36/+34
* oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon2017-06-061-0/+2
* oeqa/core: Improve grammar in README and loader commentsRandy MacLeod2017-06-051-4/+4
* oeqa/core: Add support for run tests by module, class and nameAníbal Limón2017-06-021-1/+65
* oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez2017-03-281-4/+30
* oeqa/core/loader.py: Avoid importing tests with built-ins nameMariano Lopez2017-03-011-0/+11
* oeqa/core/loader.py: Give meaningful error when failed to load classesMariano Lopez2017-03-011-4/+4
* oeqa/loader.py: Avoid error in TypeError exceptionJuro Bystricky2017-02-151-1/+1
* oeqa/core: Add loader, context and decorator modulesAníbal Limón2017-01-231-0/+235