Releases: DetachHead/pytest-robotframework
Releases · DetachHead/pytest-robotframework
1.8.1
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
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 tokeyword
decorator andcontinue_on_failure
context manager by @DetachHead in #85
Full Changelog: 1.7.2...1.8.0
1.7.2
1.7.1
What's Changed
- add
collect_only
arg topytest_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
What's Changed
- add
pytest_robot_modify_args
hook by @DetachHead in #81
Full Changelog: 1.6.2...1.7.0
1.6.2
What's Changed
- fix double keywording by @DetachHead in #77
- fix errors in keywords being raised as
HandlerExecutionFailed
instead of the actual exception which brokepytest.raises
by @DetachHead in #78
Full Changelog: 1.6.1...1.6.2
1.6.1
What's Changed
- fix errors not causing pytest to fail by @DetachHead in #70
Full Changelog: 1.6.0...1.6.1
1.6.0
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
@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
andwarns
as keywords in the robot log
- show arguments passed to
Full Changelog: 1.5.0...1.6.0
1.5.0
What's Changed
- support xfail by @DetachHead in #52
@listener
decorator by @DetachHead in #53- Remove gross dynamic keywords by @DetachHead in #57
- fix fake test not being deleted when no tests are found by @DetachHead in #59
Full Changelog: 1.4.0...1.5.0
1.4.0
What's Changed
- fix
log_file
listener method by @DetachHead in #44 - Dont run robot twice by @DetachHead in #46
- fix keywords with arguments in setup/teardown by @DetachHead in #48
- fix init files causing suites to be called "Init" by @DetachHead in #49
Full Changelog: 1.3.0...1.4.0