Searched refs:exp_out (Results 1 – 1 of 1) sorted by relevance
351 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument402 assert exp_out in caplog.text625 exp_out = "Support for handler handler_type not implemented yet"660 assert exp_out in caplog.text777 tmp_path, caplog, detailed_id, exp_out, line, argument817 assert exp_out in caplog.text818 if not "Running" in line and exp_out == "":820 if "ztest" in exp_out: