-
Notifications
You must be signed in to change notification settings - Fork 369
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
add utility method to list installed plugins by index #549
add utility method to list installed plugins by index #549
Conversation
Extract core of ListInstalledPlugins to filter installed plugin "by index" (this will be used for `krew index delete`, to check if an index is being deleted that has plugins installed). Signed-off-by: Ahmet Alp Balkan <[email protected]>
@@ -80,3 +80,35 @@ func TestListInstalledPlugins(t *testing.T) { | |||
}) | |||
} | |||
} | |||
|
|||
func TestInstalledPluginsFromIndex(t *testing.T) { |
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.
@chriskim06 I'm hoping this is a good test example for reproducing elsewhere.
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
/approve
/hold
Due to pending comment.
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: ahmetb, corneliusweig The full list of commands accepted by this bot can be found here. The pull request process is described here
Needs approval from an approver in each of these files:
Approvers can indicate their approval by writing |
/hold cancel |
Extract core of ListInstalledPlugins to filter installed plugin "by index"
(this will be used for
krew index delete
, to check if an index is beingdeleted that has plugins installed).
/assign @corneliusweig