Searched refs:abs_test_path (Results 1 – 1 of 1) sorted by relevance
2851 def _get_rel_test_path(abs_test_path): argument2855 parts = Path(abs_test_path).parts2859 return os.path.relpath(abs_test_path, start=base_dir)2863 return os.path.split(abs_test_path)[1]2867 abs_test_path = os.path.abspath(inspect.getfile(type(self)))2868 test_filename = _get_rel_test_path(abs_test_path)