-
Notifications
You must be signed in to change notification settings - Fork 1.5k
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
chore(crd-generator): Add approval tests for crd-generator #5943
Conversation
@manusa @shawkins @andreaTP: I need some initial feedback here:
I would suggest to create such a test for each of the existing examples. If you know some missing edge cases, please let me know ;) |
If the approval tests make those redundant and no production code is being touched, then remove them.
Please, create specific test samples so we can keep a narrowed scope and purpose for the files.
Whatever, we're doing at the moment in other modules (keep consistent).
Yes, it would be good to have a thorough set of tests to ensure nothing breaks during upcoming refactors. I'm not a user of the crd-generator, but I encourage anyone else using it to ensure their use cases are being covered. |
82e6e9d
to
d6a5d4d
Compare
This comment was marked as outdated.
This comment was marked as outdated.
Is this PR affected by the changes introduced in #5954? |
I think yes. I'm rebasing and testing it atm. |
OK, I'll probably add some changes on top and send you a PR |
Signed-off-by: Marc Nuri <[email protected]>
Signed-off-by: Marc Nuri <[email protected]>
Review/crd generator approval tests
Quality Gate passedIssues Measures |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM, thx!
Description
Add approval tests for crd-generator
Fixes #5850
Type of change
test, version modification, documentation, etc.)
Checklist