Lines Matching refs:test_path
163 def test_coverage(self, capfd, test_path, test_platforms, out_path, file_name): argument
164 args = ['-i','--outdir', out_path, '-T', test_path] + \
191 def test_enable_coverage(self, capfd, test_path, test_platforms, out_path, expected): argument
192 args = ['-i','--outdir', out_path, '-T', test_path] + \
219 …def test_coverage_basedir(self, capfd, test_path, test_platforms, out_path, file_name, expected_co… argument
224 args = ['--outdir', out_path,'-i', '-T', test_path] + \
266 test_path = os.path.join(TEST_DATA, 'tests', 'dummy', 'agnostic', 'group2')
268 args = ['--outdir', out_path,'-i', '-T', test_path] + \
298 …def test_coverage_tool(self, capfd, caplog, test_path, test_platforms, out_path, cov_tool, expecte… argument
299 args = ['--outdir', out_path,'-i', '-T', test_path] + \
324 def test_gcov_tool(self, capfd, test_path, test_platforms, out_path, expected_content): argument
325 args = ['--outdir', out_path, '-i', '-T', test_path] + \
351 def test_coverage_platform(self, capfd, test_path, test_platforms, out_path, cov_platform): argument
366 args = ['--outdir', out_path, '-i', '-T', test_path] + \