Home | History | Annotate | Download | only in docgen

Lines Matching full:test_dir

131         self.test_dir = os.path.join(self.autotest_root, 'client', 'tests')
232 test_dir = os.path.join(self.site_dir, test_name)
233 if not os.path.isdir(test_dir):
234 test_dir = os.path.join(self.test_dir, test_name)
235 if os.path.isdir(test_dir):
236 return test_dir
256 test_dir = self.LocateTest(test)
257 if test_dir:
258 control_file = os.path.join(test_dir, 'control')
259 test_file = os.path.join(test_dir, test + '.py')