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

Method SetupSuite

processing/suite_test.go:67–73  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

65}
66
67func (s *testSuite) SetupSuite() {
68 s.Suite.SetupSuite()
69
70 s.ImageMatcher, _ = testutil.NewLazySuiteObj(s, func() (*testutil.ImageHashCacheMatcher, error) {
71 return testutil.NewImageHashCacheMatcher(s.TestData, testutil.HashTypeSHA256), nil
72 })
73}
74
75func (s *testSuite) TearDownSuite() {
76 logger.Unmute()

Callers

nothing calls this directly

Calls 2

NewLazySuiteObjFunction · 0.92
NewImageHashCacheMatcherFunction · 0.92

Tested by

no test coverage detected