kyma-project / cli

Simple set of commands to manage a Kyma installation
Apache License 2.0
111 stars 118 forks source link

Test the `internal/cmd` package functionality #2085

Open pPrecel opened 1 month ago

pPrecel commented 1 month ago

Description:

the internal/cmd package contains command definitions with almost all functionality. It's really hard to test packages like this one. We should extract its functionality into smaller, dedicated packages and then test them. the cmd package should contain almost command definitions only (with a small amount of needed code)