Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: robotframework/robotframework
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v7.3.1
Choose a base ref
...
head repository: robotframework/robotframework
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
  • 7 commits
  • 21 files changed
  • 1 contributor

Commits on Jun 16, 2025

  1. Back to dev version

    pekkaklarck committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    14a273e View commit details
    Browse the repository at this point in the history
  2. Fix formatting

    pekkaklarck committed Jun 16, 2025
    Configuration menu
    Copy the full SHA
    0f0d796 View commit details
    Browse the repository at this point in the history

Commits on Jun 23, 2025

  1. Enhance tests for setup/teardown with embedded args

    Separate tests for:
    - Embedded args as a literal string
    - Embedded args as a variable
    pekkaklarck committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    f41e389 View commit details
    Browse the repository at this point in the history
  2. Fix embedded args related regression

    RF 7.3.1 (#5444) broke using Run Keyword and setup/teardown with
    embedded arguments that matched only after replacing variables.
    
    Fixes #5455.
    pekkaklarck committed Jun 23, 2025
    Configuration menu
    Copy the full SHA
    23566ea View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2025

  1. Try all matching BDD prefixes, not only longest.

    Most importantly, fix regression with French `Étant donné`, `Et` and
    `Mais` prefixes not working with keyword names starting with `que` or
    `qu'`.
    
    Fixes #5456.
    pekkaklarck committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    ec384e2 View commit details
    Browse the repository at this point in the history
  2. Fix listener end_test overriding body when using JSON

    Messages and keywords by the end_test listener method overrode test's
    body if test had a teardown and JSON output was used. This was due to
    there being two `body` items in this case. The issue was fixed by
    merging duplicate JSON items that have lists as values.
    
    Fixes #5463.
    
    Added teardown to the widely used pass_and_fail.robot file required
    updating various unrelated tests.
    pekkaklarck committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3d7e17e View commit details
    Browse the repository at this point in the history
  3. Fix test on PyPy

    pekkaklarck committed Jun 26, 2025
    Configuration menu
    Copy the full SHA
    3020c5c View commit details
    Browse the repository at this point in the history
Loading