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

Method SetupSubTest

imagedata/image_data_test.go:74–77  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

72}
73
74func (s *ImageDataTestSuite) SetupSubTest() {
75 // We use t.Run() a lot, so we need to reset lazy objects at the beginning of each subtest
76 s.ResetLazyObjects()
77}
78
79func (s *ImageDataTestSuite) TestDownloadStatusOK() {
80 imgdata, _, err := s.factory().DownloadSync(

Callers

nothing calls this directly

Calls 1

ResetLazyObjectsMethod · 0.80

Tested by

no test coverage detected