Searched refs:exp_out (Results 1 – 1 of 1) sorted by relevance
268 def test_robot_run_robot_test(tmp_path, caplog, exp_out, returncode, expected_status): argument319 assert exp_out in caplog.text542 exp_out = "Support for handler handler_type not implemented yet"577 assert exp_out in caplog.text694 tmp_path, caplog, detailed_id, exp_out, line, argument733 assert exp_out in caplog.text734 if not "Running" in line and exp_out == "":736 if "ztest" in exp_out: