Lines Matching refs:path

25             os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
35 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic'),
44 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'),
58 'coverage', os.path.join('coverage','coverage.xml')
66 'coverage', os.path.join('coverage','coverage.sonarqube.xml')
74 'coverage', os.path.join('coverage','coverage.txt')
82 'coverage', os.path.join('coverage','coverage.csv')
90 'coverage', os.path.join('coverage','coverage.coveralls.json')
98 'coverage', os.path.join('coverage','index.html')
107 os.path.join('coverage','index.html')
122 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'),
128 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'),
136 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'),
143 os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2'),
151 apath = os.path.join(ZEPHYR_BASE, 'scripts', 'twister')
181 path = os.path.join(out_path, f_name)
182 assert os.path.exists(path), f'file not found {f_name}'
220 base_dir = os.path.join(TEST_DATA, "test_dir")
221 if os.path.exists(base_dir):
241 path = os.path.join(out_path, f_name)
242 assert os.path.exists(path), f'file not found {f_name}'
244 with open(path, "r") as json_file:
248 if os.path.exists(base_dir):
266 test_path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2')
285 path = os.path.join(out_path, f_name)
286 …assert os.path.exists(path), f'file not found {f_name}, probably format {cov_format} not work prop…
354 coverage_file_path = os.path.join(out_path, 'coverage', 'coverage.txt')