Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork7.9k
Closed
Labels
Milestone
Description
I am pretty much sure thattest_pickle.test_complete
does nothing.
Evidences:
- After running
python tests.py matplotlib.tests.test_pickle
there is noresult_images
folder - This test passes even with adding
assert False
to the top of the function
This behavior is caused by using simultaneously thecleanup
andimage_comparison
decorators.
I suggest removing thecleanup
decorator and regenerate baseline image (PR#6840).