Lines Matching refs:capfd
140 def test_platform_reports(self, capfd, out_path, test_path, test_platforms, file_name): argument
150 out, err = capfd.readouterr()
189 def test_report_suffix(self, capfd, out_path, test_path, test_platforms, file_name): argument
199 out, err = capfd.readouterr()
218 def test_report_name(self, capfd, out_path, test_path, test_platforms, report_arg, file_name): argument
231 out, err = capfd.readouterr()
248 def test_report_dir(self, capfd, out_path, test_path, test_platforms, file_name, dir_name): argument
263 out, err = capfd.readouterr()
285 def test_outdir(self, capfd, test_path, test_platforms, file_name, dir_name): argument
299 out, err = capfd.readouterr()
325 def test_log_file(self, capfd, test_path, test_platforms, out_path, file_name): argument
339 out, err = capfd.readouterr()
467 def test_report_summary(self, out_path, capfd, test_path, test_platforms, expected_content): argument
479 capfd.readouterr()
489 out, err = capfd.readouterr()
497 capfd.readouterr()
511 out, err = capfd.readouterr()