pytest-mpl
pytest-mpl copied to clipboard
Add support for comparing multiple baseline images
As discussed in #149, this is our forward-ported code to deal with multiple valid baseline images. It's not yet tested, just a mostly blind forward-port that deals with the new summary.
The failing compare with the lowest rms value will be used for the summary. A shape-mismatch has infinitely low "rms" and will be preferred over any comparison mismatch.
Not entirely sure why the tests are failing. Some of those I'm relatively sure I didn't even touch?
Not entirely sure why the tests are failing. Some of those I'm relatively sure I didn't even touch?
This should be fixed by #162
Ah, yeah. Just confirmed that they're failing on master as well for me.