k8s-crafts / ephemeral-containers-plugin

A kubectl plugin to interactively update Pod /ephemeralcontainers subresource
Apache License 2.0
2 stars 5 forks source link

test(cmds): add unit tests for cobra cmds #20

Closed tthvo closed 5 hours ago

tthvo commented 13 hours ago

Description

This added unit tests for cobra cmds. As a side effect, these cmds are refactored to be created and initialized from function calls, replacing top-level variable and init function.

Other changes:

Related to #7

Type of change

Please select the type of change(s) this PR introduces:

Checklist

Additional Information

N/A