Enhance matrix tests documentation - #6537
Merged
Merged
Conversation
Explain matrix behaviour for bool/enum as requested in thomhurst#5187 (reply in thread).
Greptile SummaryThe PR documents the existing parameterless
Confidence Score: 5/5The documentation-only change appears safe to merge. The new statement matches the existing matrix implementation, which expands parameterless boolean matrices to both values and enum matrices to their defined values.
|
| Filename | Overview |
|---|---|
| docs/docs/writing-tests/matrix-tests.md | Adds a concise and implementation-consistent explanation of automatic boolean and enum value expansion. |
Reviews (1): Last reviewed commit: "Enhance matrix tests documentation" | Re-trigger Greptile
Owner
|
Thanks! |
Contributor
Author
|
Damn you're fast. Thanks for making this great library. I'm happy I could help improve it a tiny bit. |
This was referenced Aug 7, 2026
Open
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.
Explain matrix behaviour for bool/enum as requested in #5187 (reply in thread).
Description
[Matrix]has a special behaviour when used withbool/enumwhich was undocumented. This PR documents it in an info box.Related Issue
#5187
Type of Change
Checklist
Required