Searched refs:tcName (Results 1 – 2 of 2) sorted by relevance
13 def _getTestCase(self, testCaseClass, tcName): argument14 case = super(OERuntimeTestLoader, self)._getTestCase(testCaseClass, tcName)
186 def _getTestCase(self, testCaseClass, tcName): argument214 case = testCaseClass(tcName)237 for tcName in testCaseNames:238 case = self._getTestCase(testCaseClass, tcName)