-
-
Notifications
You must be signed in to change notification settings - Fork 8.1k
Closed
Labels
Milestone
Description
I am pretty much sure that test_pickle.test_complete does nothing.
Evidences:
- After running
python tests.py matplotlib.tests.test_picklethere is noresult_imagesfolder - This test passes even with adding
assert Falseto the top of the function
This behavior is caused by using simultaneously the cleanup and image_comparison decorators.
I suggest removing the cleanup decorator and regenerate baseline image (PR #6840).