forked from robotframework/robotframework
-
Notifications
You must be signed in to change notification settings - Fork 1
[pull] master from robotframework:master #145
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
pull
wants to merge
1,620
commits into
testautomation:master
Choose a base branch
from
robotframework:master
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Manage this branch in SquashTest this branch here: https://master-n02a3.squash.io |
Added french language to libdoc
included review from @JFoederer
added Dutch Libdoc translation
The creash required there to be messages directly in test body. Normally messages are always under a keyword, but listeners can log messages also in `start_test` or `end_test`. DataDriver apparently does that so this situation is relatively common. Fixes #5326.
Fixes #5318. Also plenty of test data cleanup.
Bumps [actions/setup-python](https://github.com/actions/setup-python) from 5.3.0 to 5.4.0. - [Release notes](https://github.com/actions/setup-python/releases) - [Commits](actions/setup-python@v5.3.0...v5.4.0) --- updated-dependencies: - dependency-name: actions/setup-python dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Using `skip` is a bit safer, because forgetting to use `on` would disable formatting for the remaining file. We also mostly use `skip` elsewhere.
Use the formatting style enforced by autoformatters even when formatting is disabled for other reasons.
Separate tests for: - Embedded args as a literal string - Embedded args as a variable
Most importantly, fix regression with French `Étant donné`, `Et` and `Mais` prefixes not working with keyword names starting with `que` or `qu'`. Fixes #5456.
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.
- Match name only with `kw` elements. - Remove dead code related to matching tags. Tags are nowadays handled after parsing output.xml.
- Make generic - Better name
Explicit tests for preserving tags and timeouts when using `--flattenkeywords`. These help making sure fixes for #5466 don't break this fuctionality.
Avoids creating the object representing suite.teardown.
Allow using `object_hook=None` and `object_pairs_hook=None`.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
See Commits and Changes for more details.
Created by
pull[bot]
Can you help keep this open source service alive? 💖 Please sponsor : )