Lines Matching refs:path
25 # Modulefinder searches in a path that contains test_dir, plus
290 def open_file(path):
291 dirname = os.path.dirname(path)
297 return open(path, 'wb')
313 ofi = open_file(os.path.join(test_dir, line.strip()))
321 self.test_path = [self.test_dir, os.path.dirname(tempfile.__file__)]
329 mf = modulefinder_class(path=self.test_path, debug=debug,
335 ## opath = sys.path[:]
336 ## sys.path = self.test_path
341 ## sys.path = opath
384 base_path = os.path.join(self.test_dir, 'a')
394 old_path = os.path.join(self.test_dir, 'a', 'module.py')
395 new_path = os.path.join(self.test_dir, 'a', 'spam.py')