feat: implement cds test command#166
Open
SemTiOne wants to merge 2 commits into
Open
Conversation
Owner
|
Usually your PRs don't stay this long in draft. How are you doing on this? |
Collaborator
Author
|
Yeah, I've been quite busy lately. The core changes are ready and the checks are passing, but there are some merge conflicts. I'll get those resolved and mark this ready for review as soon as I can. |
Collaborator
Author
|
Btw @RonaldHensbergen, have you had a chance to look over the security advisory I opened 5 days ago yet? No rush at all, just wanted to make sure it's on your radar. |
Owner
Thanks, didn't see it! |
Owner
|
It's mergeable now, is the PR ready for review now? |
SemTiOne
marked this pull request as ready for review
July 16, 2026 22:44
Collaborator
Author
|
Ready for review. |
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.
Pull Request
Summary
Adds
cds test <profile>, a one-shot smoke check chaining validate → security → plan → render, printing a per-stage PASS/FAIL/SKIP summary. Reuses the same 4 functions already used byvalidate/security/plan/render/up.Closes #140
Type Of Change
User Impact
One command instead of running
validate,security,plan,renderseparately to smoke-check a profile. Matches the sequencedocs/good-first-issues.mdalready asked contributors to run manually.Validation
python -m unittest discover -s tests -p "*.py"66 tests pass (1 pre-existing, unrelated skip). flake8 and markdownlint clean.
Checklist