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,858
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 |
Avoids creating the object representing suite.teardown.
Allow using `object_hook=None` and `object_pairs_hook=None`.
- Move some helper methods to the base class. - Use `logger` instead of `self.log`. - Fix language issues in documentation. The main motivation was to make the number of warnings shown by IDEs smaller. A small functional change is that messages logged by various keywords aren't anymore NFC normalized. That's done by `self.log` (it calles `safe_str` by default) but `logger` doesn't do that.
These keywords were excluded already earlier, their tags should be excluded as well. Fixes #5490.
Bumps [actions/checkout](https://github.com/actions/checkout) from 4 to 5. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](actions/checkout@v4...v5) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
…onment variables (#5479) Signed-off-by: fixedpoint <961750412@qq.com>
Removed the installation and execution of rflogs from the workflow.
Removed archiving of acceptance test results and rflogs installation.
Add step to archive acceptance test results on failure.
This avoids warnings when #5492 is implemented.
This makes it possible to show source and line number in import errors/warnings also when using `Import Library/Resource/Variables` keywords for importing libraries. Need by #5492.
Libraries imported with the same name as already imported libraries are ignored. This used to be silent, but after this commit there are warnings in these cases: - Library is re-imported with different arguments than earlier. - Library is imported using an alias that is used by another imported library. Fixes #5492.
Remove class references from docs when method has a return type.
Emit deprecation warnigns only if VAR is used to set a non-local variable without a value, not when it is set to a falsy value. Fixes #5577.
Helps a bit with fixing #5579.
See #5580 for more details.
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 5 to 6. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@v5...v6) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Explicitly close the iterator returned by `ET.iterparse` to avoid warnings with Python 3.15.
Clarify that init files in parent directories of executed suite files/directories have no effect. This was already explained in the section discussing about `--suite`, but not in the section covering init files themselves. Fixes #5593.
Main motivation is making it easier to add Markdown support (#5304) later. Also enhance related tests a bit.
Anchore generated by Libdoc is uppercase `Introduction`, header id should match that. Fixes #5601
See #5597. Co-authored-by: Marvin Klerx <marvin.klerx.ext@siemens.com>
Notes are mostly simplified. Fixes #5597.
Also mention in installation instructions that although core features have no dependencies, individual features may have. Fixes #5590.
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 : )