Lines Matching refs:test_path
140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
141 args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports'] + \
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
190 …args = ['-i', '--outdir', out_path, '-T', test_path, '--platform-reports', '--report-suffix=TEST']…
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
219 args = ['-i', '--outdir', out_path, '-T', test_path] + \
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
249 args = ['-i', '--outdir', out_path, '-T', test_path, "--report-dir", dir_name] + \
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
286 args = ['-i', '-T', test_path, "--outdir", dir_name] + \
325 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
326 args = ['-i','--outdir', out_path, '-T', test_path, "--log-file", file_name] + \
363 def test_detailed_skipped_report(self, out_path, test_path, flags, expected_testcase_counts): argument
365 args = ['-i', '--outdir', out_path, '-T', test_path] + \
399 def test_report_filtered(self, out_path, test_path, report_filtered, expected_filtered_count): argument
401 args = ['-i', '--outdir', out_path, '-T', test_path] + \
467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
468 args = ['-i', '--outdir', out_path, '-T', test_path] + \
501 args = ['-i', '--outdir', out_path, '-T', test_path] + \