reportportal / agent-Python-RobotFramework

Robot Framework integration for Report Portal
Apache License 2.0
59 stars 32 forks source link

fixes kw assigning false marking test as failed #82

Closed egibbm closed 3 years ago

egibbm commented 3 years ago

Keywords like Run Keyword And Return Status is marking the test as FAILED when returning status==false. This fix will make such assignments to always have status PASSED, regardless the status value.