Lines Matching refs:testPath
104 for testPath in glob.glob(os.path.join(testDir, 'test*.py')):
105 testFiles.append(testPath)
108 for testPath in testFiles:
109 testID = os.path.basename(testPath)[:-3]
128 (os.path.basename(testPath), buf.getvalue())
220 for testPath in glob.glob(os.path.join(testDir, test_glob)):
221 if testPath.endswith('Lexer.py') or testPath.endswith('Parser.py'):
227 and not os.path.basename(testPath)[:-3].startswith(self.testcase)):
230 testFiles.append(testPath)
233 for testPath in testFiles:
234 testID = os.path.basename(testPath)[:-3]
251 (os.path.basename(testPath), buf.getvalue()))