Lines Matching refs:out_path
164 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
165 args = ['-i','--outdir', out_path, '-T', test_path] + \
182 path = os.path.join(out_path, f_name)
192 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
193 args = ['-i','--outdir', out_path, '-T', test_path] + \
220 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
225 args = ['--outdir', out_path,'-i', '-T', test_path] + \
242 path = os.path.join(out_path, f_name)
266 def test_coverage_format(self, capfd, out_path, cov_tool, file_name, cov_format): argument
269 args = ['--outdir', out_path,'-i', '-T', test_path] + \
286 path = os.path.join(out_path, f_name)
299 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument
300 args = ['--outdir', out_path,'-i', '-T', test_path] + \
325 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument
326 args = ['--outdir', out_path, '-i', '-T', test_path] + \
352 def test_coverage_platform(self, capfd, test_path, test_platforms, out_path, cov_platform): argument
355 coverage_file_path = os.path.join(out_path, 'coverage', 'coverage.txt')
367 args = ['--outdir', out_path, '-i', '-T', test_path] + \