Skip to content

feat: gator verify - support multiple expansions for per test case #3981

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
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

grelland
Copy link

What this PR does / why we need it:
This PR enchances gator verify so that it supports handling multiple expansions for a single test. The existing implementation expects a path to a single file, but does not read multiple YAML documents from said file. This PR remedies that by switching to reader.ReadUnstructureds under the hood when creating the test expander.

Motivation for wanting this is explained in the linked issue.

Which issue(s) this PR fixes
Fixes #3969

@grelland grelland requested a review from a team as a code owner May 23, 2025 11:47
grelland added 3 commits May 23, 2025 13:51
…ansion file in a case

Signed-off-by: grelland <[email protected]>
Signed-off-by: Halvdan Hoem Grelland <[email protected]>
Signed-off-by: grelland <[email protected]>
Signed-off-by: Halvdan Hoem Grelland <[email protected]>
Signed-off-by: Halvdan Hoem Grelland <[email protected]>
@grelland grelland force-pushed the verify-multiple-expansiontemplates branch from e7e27bb to 89df3cc Compare May 23, 2025 11:51
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

gator verify: Support multiple ExpansionTemplates per test case in a suite
1 participant