Moving Docker tests to a separate module with greatly reduce the dependency tree of the main module, speeding up downloads.
This requires changing Docker tests to replace using internal/gen with shell.Run or shell.NewCommands . Part of the shell package will need to move out of internal.
Moving Docker tests to a separate module with greatly reduce the dependency tree of the main module, speeding up downloads.
This requires changing Docker tests to replace using
internal/genwithshell.Runorshell.NewCommands. Part of theshellpackage will need to move out ofinternal.