-
Notifications
You must be signed in to change notification settings - Fork 1
Image Comparison Unit Tests #40
Copy link
Copy link
Open
Labels
Description
Since several of the unit tests involve generating graphs, and matplotlib is changing rapidly, it would be better to have tests assert that a generated image matches an existing reference image.
Matplotlib current has a way to do this, but it's for testing matplotlib itself. This can serve as a guide for how to accomplish writing the new test function.
Reactions are currently unavailable