Lines Matching refs:capfd
202 def test_build_only(self, capfd, out_path, test_path, test_platforms, expected, flag): argument
216 out, err = capfd.readouterr()
237 def test_runtest_only(self, capfd, out_path, test_path, test_platforms, expected): argument
248 capfd.readouterr()
294 out, err = capfd.readouterr()
361 def test_dry_run(self, capfd, out_path, test_path, test_platforms, flag): argument
371 out, err = capfd.readouterr()
384 def test_cmake_only(self, capfd, out_path, test_path, test_platforms, expected): argument
394 out, err = capfd.readouterr()
430 def test_pre_script(self, capfd, out_path, test_path, test_platforms, file_name): argument
440 out, err = capfd.readouterr()
453 def test_device_flash_timeout(self, capfd, out_path, test_path, test_platforms): argument
463 out, err = capfd.readouterr()
477 def test_retry(self, capfd, out_path, test_path, test_platforms, iterations): argument
487 out, err = capfd.readouterr()
513 def test_retry_interval(self, capfd, out_path, test_path, test_platforms, interval): argument
525 out, err = capfd.readouterr()
544 def test_timeout_multiplier(self, capfd, out_path, test_path, test_platforms, timeout): argument
556 out, err = capfd.readouterr()
576 def test_tag(self, capfd, out_path, test_path, test_platforms, tags, expected): argument
589 out, err = capfd.readouterr()
606 def test_only_failed(self, capfd, out_path, test_path, test_platforms, expected): argument
616 capfd.readouterr()
642 out, err = capfd.readouterr()
679 def test_retry_build_errors(self, capfd, out_path, test_path, test_platforms, iterations): argument
690 out, err = capfd.readouterr()