Releases: DetachHead/pytest-robotframework
Releases · DetachHead/pytest-robotframework
4.6.2
What's Changed
- fix keywords that get called from a
.pyfile in a.robottest only appearing in the robot log on the first call by @DetachHead in #378
Full Changelog: 4.6.1...4.6.2
4.6.1
What's Changed
- fix crash that causes corrupted robot xml when a context manager decorated with
@keyword(wrap_context_manager=True)raises an exception in its__enter__method by @DetachHead in #373
Full Changelog: 4.6.0...4.6.1
4.6.0
4.5.0
What's Changed
- more documentation fixes by @DetachHead in #357
- support python 3.14 by @DetachHead in #360
- Drop support for python 3.9 which is now EOL by @DetachHead in #364
- don't include marker args when displaying markers as tags in the robot log as they are often too noisy by @DetachHead in #365
Full Changelog: 4.4.0...4.5.0
4.4.1.post1
What's Changed
- more documentation fixes by @DetachHead in #357
- support python 3.14 by @DetachHead in #360
(note that 4.4.1.post1 is identical to 4.4.1, i just had to re-do the release due to another issue with github actions)
Full Changelog: 4.4.0.post2...4.4.1.post1
4.4.0.post2
fixed an issue in the CI that prevented the new docs site from being published.
4.4.0
What's Changed
- keywordify the new
RaisesGroupcontext manager that was introduced in pytest 8.4 by @DetachHead in #350 - add
max_argument_length_in_logargument tokeyworddecorator by @DetachHead in #353 - new docs site by @DetachHead in #354 and #356
Full Changelog: 4.3.2...4.4.0
4.3.2
What's Changed
- fix robot
pass executionandpass execution ifincorrectly causing the test to fail by @DetachHead in #335
Full Changelog: 4.3.1...4.3.2
4.3.1
What's Changed
- fix session-scoped fixtures being incorrectly treated as module scoped fixtures by @DetachHead in #331
Full Changelog: 4.3.0...4.3.1
4.3.0
What's Changed
- drop support for python 3.8 by @DetachHead in #217
- fix crash with keyword decorator on class libraries by @DetachHead in #311
Full Changelog: 4.2.6...4.3.0