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

Method SetupSuite

processing/svg/svg_test.go:25–27  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23}
24
25func (s *SvgTestSuite) SetupSuite() {
26 s.testData = testutil.NewTestDataProvider(s.T)
27}
28
29func (s *SvgTestSuite) readTestFile(name string) imagedata.ImageData {
30 data := s.testData.Read(name)

Callers

nothing calls this directly

Calls 1

NewTestDataProviderFunction · 0.92

Tested by

no test coverage detected