Kitware / candela

Visualization components for the web
https://candela.readthedocs.io
Apache License 2.0
116 stars 29 forks source link

Don't rely on image tests to pass #544

Closed waxlamp closed 6 years ago

waxlamp commented 6 years ago

This PR retains the image testing infrastructure, but just allows all image tests to pass. The test message has been updated to simply report how far the rendered image is from the baseline. These are being kept as a sanity checking mechanism.

To replace some thrust of the image testing functionality, the unit tests have been extended to render each vis that used to be image tested, and asssert some things about its HTML structure, etc.