What's Changed
* prevent run twice error when running again after the previous run was finished (also fix typo) by DetachHead in https://github.com/DetachHead/pytest-robotframework/pull/64
* hide item keyword args from the log by DetachHead in https://github.com/DetachHead/pytest-robotframework/pull/65
* epic keyword stuff, show passing pytest assertions in log, `catch_errors` decorator for listeners and suite visitors by DetachHead in https://github.com/DetachHead/pytest-robotframework/pull/66
* show arguments passed to `keyword`s in the robot log
* `keywordify` function to patch functions from third-party modules to turn them into keywords
* show pytest functions like `raises` and `warns` as keywords in the robot log
**Full Changelog**: https://github.com/DetachHead/pytest-robotframework/compare/1.5.0...1.6.0