Home
last modified time | relevance | path

Searched refs:OETestLoader (Results 1 – 4 of 4) sorted by relevance

/openbmc/openbmc/poky/meta/lib/oeqa/runtime/
H A Dloader.py7 from oeqa.core.loader import OETestLoader
10 class OERuntimeTestLoader(OETestLoader):
/openbmc/openbmc/poky/meta/lib/oeqa/core/
H A Dloader.py69 class OETestLoader(unittest.TestLoader): class
98 super(OETestLoader, self).__init__()
277 suite = super(OETestLoader, self).discover(path,
335 return super(OETestLoader, self).loadTestsFromModule(
347 return super(OETestLoader, self).loadTestsFromModule(
H A Dcontext.py14 from oeqa.core.loader import OETestLoader
19 loaderClass = OETestLoader
H A DREADME16 * oeqa/core/loader.py: Provides OETestLoader extending the unittest class.