-
Notifications
You must be signed in to change notification settings - Fork 205
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Proposal: Group images tests by format #247
Comments
I think that probably makes a lot of sense. And possibly in another package too. |
--- vips ? |
i was thinking something like like how we have |
ok |
Currently all the golden tests are bunched together in a single file image_golden_test.go which is extremely long and cluttered.
In addition there's image_test.go, which contains a mix of format specific tests and ImageRef unit tests.
As format support is dependant on libvips version, and each format has its own specific features, exporters and quirks we should consider breaking up the the test file into files by format, e.g. image_jpeg_test.go, image_gif_test.go etc.
The text was updated successfully, but these errors were encountered: