Allow extra properties & missing properties in testcases#421
Merged
MaximilianSoerenPollak merged 3 commits intoeclipse-score:mainfrom Feb 27, 2026
Conversation
License Check Results🚀 The license check job ran with the Bazel command: bazel run //src:license-checkStatus: Click to expand output |
|
The created documentation from the pull request is available at: docu-html |
The pre-commit already takes care of everything the formating workflow has tested. Therefore this can be deleted.
e36abab to
25c49dd
Compare
AlexanderLanin
approved these changes
Feb 27, 2026
a-zw
reviewed
Feb 27, 2026
| # and self.result is not None | ||
| # and self.TestType is not None | ||
| # and self.DerivationTechnique is not None | ||
| # ): |
|
|
||
| def build_test_needs_from_files( | ||
| app: Sphinx, env: BuildEnvironment, xml_paths: list[Path] | ||
| app: Sphinx, enw_: BuildEnvironment, xml_paths: list[Path] |
Contributor
There was a problem hiding this comment.
Suggested change
| app: Sphinx, enw_: BuildEnvironment, xml_paths: list[Path] | |
| app: Sphinx, env_: BuildEnvironment, xml_paths: list[Path] |
Contributor
Author
|
@a-zw I will do a cleanup PR and will add those things in there. |
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
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.
📌 Description
This now allows our testlinker to parse more scenarios.
Scenarios that now should no longer error:
If not all properties are provided testlinker will not create a testlink but instead will create a log output, similar to when all properties or Fully/Partiallyverified are missing
Closes #413
🚨 Impact Analysis
✅ Checklist