summaryrefslogtreecommitdiffstats
path: root/meta/lib/oeqa/core/loader.py
AgeCommit message (Expand)Author
2019-05-09meta/lib+scripts: Convert to SPDX license headersRichard Purdie
2018-11-14oeqa/loader: Fix deprecation warningRichard Purdie
2018-07-26oeqa/loader: Ensure invalid test names don't trigger a tracebackRichard Purdie
2018-06-04oeqa/core/loader.py: support the 'auto' keywordChen Qi
2018-01-04core/loader.py: fix regex to include all available test casesLeonardo Sandoval
2017-11-08oeqa/core/loader: Make _built_modules_dict() support packages correctlyPeter Kjellerstedt
2017-07-30oeqa/{core,selftest}: Add support to validate if a specified test case isn't ...Aníbal Limón
2017-07-21oeqa/core/loader: Generate function _make_failed_test dynamicallyAníbal Limón
2017-06-23oeqa/core/loader.py: Fix _make_failed_test for python >= 3.4.4Aníbal Limón
2017-06-13oeqa/core/loader: Use full and small module name on filteringAníbal Limón
2017-06-12oeqa/core/loader: Allow unittest.TestCase's to be executedAníbal Limón
2017-06-12oeqa/core/loader: Fix filtering on test modules with submodulesAníbal Limón
2017-06-06oeqa/core/loader: Call parent init method in OETestLoaderAnibal Limon
2017-06-05oeqa/core: Improve grammar in README and loader commentsRandy MacLeod
2017-06-02oeqa/core: Add support for run tests by module, class and nameAníbal Limón
2017-03-28oeqa/core/loader.py: Do not import underscore modules by defaultMariano Lopez
2017-03-01oeqa/core/loader.py: Avoid importing tests with built-ins nameMariano Lopez
2017-03-01oeqa/core/loader.py: Give meaningful error when failed to load classesMariano Lopez
2017-02-15oeqa/loader.py: Avoid error in TypeError exceptionJuro Bystricky
2017-01-23oeqa/core: Add loader, context and decorator modulesAníbal Limón