Lines Matching refs:path
112 def _path_to_name(self, path):
114 return path.replace(os.path.sep, "/")
116 return path
118 def _create_test(self, path, suite, **kwargs):
121 suite, path, self._path_to_name(path), self.test_config, **kwargs)
175 if os.path.basename(filename) in self.excluded_files:
188 return os.path.relpath(abspath, test_root)
192 test_root = os.path.join(self.test_root, test_dir)
201 abspath = os.path.join(dirname, filename)
253 name = root.split(os.path.sep)[-1]
259 self.root = root # string containing path