Lines Matching refs:test_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] + \
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] + \
267 test_path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2')
269 args = ['--outdir', out_path,'-i', '-T', test_path] + \
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
367 args = ['--outdir', out_path, '-i', '-T', test_path] + \