feat: adding test helper and tests for project list#797
Merged
Conversation
Signed-off-by: NucleoFusion <lakshit.singh.mail@gmail.com>
Contributor
Author
|
FYI, test failing cause of demo.goharbor.io being down for a while in the middle. |
Signed-off-by: Nucleo Fusion <148791547+NucleoFusion@users.noreply.github.com>
5 tasks
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #797 +/- ##
=========================================
- Coverage 10.99% 9.03% -1.96%
=========================================
Files 173 273 +100
Lines 8671 13448 +4777
=========================================
+ Hits 953 1215 +262
- Misses 7612 12117 +4505
- Partials 106 116 +10 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
qcserestipy
approved these changes
Apr 28, 2026
qcserestipy
left a comment
Collaborator
There was a problem hiding this comment.
Really nice and simple! LGTM
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
Adds:-
TestCmdfunction for easy testing of commands with appropriate flag's.Adds reference tests for
project listcommandFixes [discussion]: Introducing a test helper for testing commands #736
Type of Change
Please select the relevant type.