MCPcopy Create free account
hub / github.com/imgproxy/imgproxy / TestProcessingOptions

Function TestProcessingOptions

options/parser/processing_options_test.go:794–796  ·  view source on GitHub ↗

func (s *ProcessingOptionsTestSuite) TestProcessingOptionsClone() { now := time.Now() // Create Options using parser original := s.parser().NewProcessingOptions() original.SkipProcessingFormats = []imagetype.Type{ imagetype.PNG, imagetype.JPEG, } original.UsedPresets = []string{"preset1", "p

(t *testing.T)

Source from the content-addressed store, hash-verified

792// }
793
794func TestProcessingOptions(t *testing.T) {
795 suite.Run(t, new(ProcessingOptionsTestSuite))
796}

Callers

nothing calls this directly

Calls 1

RunMethod · 0.80

Tested by

no test coverage detected