Searched refs:_testLoader (Results 1 – 4 of 4) sorted by relevance
| /OK3568_Linux_fs/yocto/poky/meta/lib/oeqa/core/tests/ |
| H A D | test_decorators.py | 19 tc = self._testLoader(modules = modules, tags_filter = filterfn) 81 tc = self._testLoader(modules=self.modules, tests=tests) 94 tc = self._testLoader(modules=self.modules, tests=tests) 108 tc = self._testLoader(modules=self.modules, tests=tests) 122 tc = self._testLoader(modules=self.modules, tests=tests) 131 tc = self._testLoader(modules=self.modules, tests=tests) 139 tc = self._testLoader(modules=self.modules, tests=tests)
|
| H A D | test_loader.py | 27 tc = self._testLoader() 37 tc = self._testLoader(modules=expected_modules) 46 tc = self._testLoader(modules=modules, tests=expected_cases) 56 tc = self._testLoader(modules=expected_modules)
|
| H A D | test_data.py | 24 tc = self._testLoader(modules=self.modules) 38 tc = self._testLoader(d=d, modules=self.modules) 51 tc = self._testLoader(d=d, modules=self.modules)
|
| H A D | common.py | 33 def _testLoader(self, d={}, modules=[], tests=[], **kwargs): member in TestBase
|