Tagged Questions
5
votes
3answers
236 views
How should I test the output of image renderers thoroughly, efficiently and in a branchable way
I am trying to improve the tests for a bunch of renderers that generate 2D images, and I am looking for advice and ideas for testing that are both efficient and thorough but also branch friendly.
All ...