Skip to content

Releases: DetachHead/pytest-robotframework

4.2.1

29 May 08:04
4a742f7
Compare
Choose a tag to compare

What's Changed

  • fix crash when disabling setups/teardowns by setting them to None inside a .robot test by @DetachHead in #278
  • fix the terminal summary with a custom outputdir by @KotlinIsland in #279

Full Changelog: 4.2.0...4.2.1

4.2.0

24 May 04:48
a5e24fc
Compare
Choose a tag to compare

What's Changed

  • fix tracebacks in terminal from failures in .robot tests by @KotlinIsland in #269
  • make the console work properly by @KotlinIsland in #265
  • fix crash when running with python and robot file, and fix no tests being run when running two robot files by @DetachHead in #274

Full Changelog: 4.1.4...4.2.0

4.1.4

18 May 06:25
8f31f5f
Compare
Choose a tag to compare

What's Changed

  • fix crash caused by xdist workers not running the correct tests in some cases by @DetachHead in #264

Full Changelog: 4.1.3...4.1.4

4.1.3

03 May 05:53
d139446
Compare
Choose a tag to compare

What's Changed

  • update documentation for vscode integration to recommend the new robotcode extension instead of the abandoned robotframework-lsp (#222)
  • fix 0 exit code when a robot import fails while --exitonerror is set (#261)

Full Changelog: 4.1.2...4.1.3

4.1.2

29 Mar 04:21
0dff00c
Compare
Choose a tag to compare

What’s Changed

  • fix crash on some versions of pluggy (#253)

Full Changelog: 4.1.1...4.1.2

4.1.1

19 Mar 07:08
313c1a8
Compare
Choose a tag to compare

What's Changed

  • fix robot attempting to load None as a listener in robot 6 (#247)
  • fix robot attempting to parse python files as robot files (#247)

Full Changelog: 4.1.0...4.1.1

4.1.0

13 Mar 03:48
8f14d0c
Compare
Choose a tag to compare

What's Changed

  • rewrite the python parser to support test suites with nested classes (#201)

Full Changelog: 4.0.3...4.1.0

4.0.3

08 Mar 05:06
02acf39
Compare
Choose a tag to compare

What's Changed

Full Changelog: 4.0.2...4.0.3

4.0.2

07 Mar 07:42
dca4bd6
Compare
Choose a tag to compare

What's Changed

  • fix crash when running with full paths to multiple different tests from different files by @DetachHead in #236
  • avoid running robot with no tests in xdist runs when it's not necessary by @DetachHead in #237

Full Changelog: 4.0.1...4.0.2

4.0.1

05 Mar 03:46
92a44f9
Compare
Choose a tag to compare

What's Changed

  • fix crash on pytest 8.1 by @DetachHead in #229
  • when no items were collected, generate the empty robot log in the xdist master instead of the workers by @DetachHead in #230

Full Changelog: 4.0.0...4.0.1