-
Notifications
You must be signed in to change notification settings - Fork 780
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
Refactor gator test
's pkg/ files into their own sub-package
#1779
Comments
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
Still a good idea |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed in 14 days if no further activity occurs. Thank you for your contributions. |
I think we can close this once #2398 is merged. This PR included a big refactor of the Gator CLI to break up commands into their own subpackages. |
Currently, the
pkg/gator
package holds all the code forgator test
. With the addition of thegator test
command, this structure will no longer make sense.As part of this issue, complete the following:
pkg/gator/test
package that holds the mosttest
specific functionality.cmd/gator/test
to use the new packageToTemplate
function (or something like it) into a sharedutil.go
atpkg/gator
pkg/gator/validate
to use that new packageThe text was updated successfully, but these errors were encountered: