Skip to content

Releases: DetachHead/pytest-robotframework

1.8.1

18 Sep 03:48
153af5e
Compare
Choose a tag to compare

What's Changed

  • remove continuable failure stuff from keyword decorator that wasn't supposed to be merged by @DetachHead in #89

Full Changelog: 1.8.0...1.8.1

1.8.0

18 Sep 02:45
fcf0052
Compare
Choose a tag to compare

What's Changed

  • fix some issues with context manager keywords by @DetachHead in #86
  • add 3.12 to ci by @DetachHead in #87
  • add continue_on_failure option to keyword decorator and continue_on_failure context manager by @DetachHead in #85

Full Changelog: 1.7.2...1.8.0

1.7.2

13 Sep 03:58
244382b
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.7.1...1.7.2

1.7.1

12 Sep 05:13
54e5dab
Compare
Choose a tag to compare

What's Changed

  • add collect_only arg to pytest_robot_modify_args so you can prevent it from running during collection by @DetachHead in #82

Full Changelog: 1.7.0...1.7.1

1.7.0

12 Sep 03:46
409088c
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.2...1.7.0

1.6.2

09 Sep 05:30
2f5fa50
Compare
Choose a tag to compare

What's Changed

  • fix double keywording by @DetachHead in #77
  • fix errors in keywords being raised as HandlerExecutionFailed instead of the actual exception which broke pytest.raises by @DetachHead in #78

Full Changelog: 1.6.1...1.6.2

1.6.1

05 Sep 04:55
ab59ab5
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.6.0...1.6.1

1.6.0

04 Sep 00:40
490558d
Compare
Choose a tag to compare

What's Changed

  • prevent run twice error when running again after the previous run was finished (also fix typo) by @DetachHead in #64
  • hide item keyword args from the log by @DetachHead in #65
  • epic keyword stuff, show passing pytest assertions in log, catch_errors decorator for listeners and suite visitors by @DetachHead in #66
    • show arguments passed to @keywords 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: 1.5.0...1.6.0

1.5.0

30 Aug 01:19
60a2344
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.4.0...1.5.0

1.4.0

28 Aug 03:55
97e65ac
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.3.0...1.4.0