()
| 42 | } |
| 43 | |
| 44 | func (s *MatrixTestSuite) SetupTest() { |
| 45 | s.testImagesPath = s.TestData.Path("test-images") |
| 46 | s.matcher = testutil.NewImageHashCacheMatcher(s.TestData, testutil.HashTypeDct) |
| 47 | |
| 48 | s.Config().Security.MaxAnimationFrames = 999 |
| 49 | s.Config().Server.DevelopmentErrorsMode = true |
| 50 | s.Config().Fetcher.Transport.Local.Root = s.testImagesPath |
| 51 | } |
| 52 | |
| 53 | func (s *MatrixTestSuite) TestMatrix() { |
| 54 | for _, source := range formats { |
nothing calls this directly
no test coverage detected