| 37 | ) |
| 38 | |
| 39 | type DockerCLIBuildSuite struct { |
| 40 | ds *DockerSuite |
| 41 | } |
| 42 | |
| 43 | func (s *DockerCLIBuildSuite) SetUpTest(_ context.Context, t *testing.T) { |
| 44 | // This test-suite is for the classic builder. |
nothing calls this directly
no outgoing calls
no test coverage detected