Skip to content

Releases: DetachHead/pytest-robotframework

2.1.0

26 Oct 06:27
111f008
Compare
Choose a tag to compare

What's Changed

Full Changelog: 2.0.1...2.1.0

2.0.1

25 Oct 12:04
Compare
Choose a tag to compare

What's Changed

Support for vscode’s test viewer (see https://github.com/DetachHead/pytest-robotframework#vscode)

Full Changelog: 2.0.0...2.0.1

2.0.0

20 Oct 02:26
7be17ed
Compare
Choose a tag to compare

What's Changed

breaking changes

  • remove deprecated ignore_error and continue_on_error functions by @DetachHead in #114

normal changes

  • fix module being incorrectly set to pytest_robotframework in as_keyword context manager by @DetachHead in #123
  • fix tracebacks in robot log by @DetachHead in #122

Full Changelog: 1.10.3...2.0.0

1.10.3

18 Oct 04:33
3086505
Compare
Choose a tag to compare

What's Changed

  • fix original pytest_runtest_protocol hook being called when hookcaller is proxied by @DetachHead in #120

Full Changelog: 1.10.2...1.10.3

1.10.2

16 Oct 00:31
7b757b4
Compare
Choose a tag to compare

What's Changed

  • fix pytest_runtest_protocol hooks from non-top level conftest.py files not working by @DetachHead in #119

Full Changelog: 1.10.1...1.10.2

1.10.1

12 Oct 05:27
7d396f3
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.10.0...1.10.1

1.10.0

03 Oct 11:36
Compare
Choose a tag to compare

What's Changed

  • workaround for context managers being incorrectly treated as unreachable by type checkers by @DetachHead in #104
  • fix docstrings on keywords that start on the next line not appearing in the robot log by @DetachHead in #105
  • deprecate continue_on_failure in favor of try/except statements by @DetachHead in #102
  • Fix keyworded context managers not exiting correctly when they raise in the __exit__ method by @DetachHead in #107

Full Changelog: 1.9.0...1.10.0

1.9.0

27 Sep 07:33
Compare
Choose a tag to compare

What's Changed

  • fix backslashes in set_variables and import_resource by @DetachHead in #94
  • add as_keyword decorator and support checking whether a continue_on_failure keyword failed by @DetachHead in #97

Full Changelog: 1.8.3...1.9.0

1.8.3

21 Sep 04:15
375704f
Compare
Choose a tag to compare

What's Changed

  • fix catch_errors decorator breaking static methods by @DetachHead in #92

Full Changelog: 1.8.2...1.8.3

1.8.2

18 Sep 23:40
81bc389
Compare
Choose a tag to compare

What's Changed

Full Changelog: 1.8.1...1.8.2