Test `test_pickle.test_complete` is broken · Issue #6839 · matplotlib/matplotlib · GitHub
Skip to content

Test test_pickle.test_complete is broken #6839

Description

@Kojoley

I am pretty much sure that test_pickle.test_complete does nothing.
Evidences:

  • After running python tests.py matplotlib.tests.test_pickle there is no result_images folder
  • This test passes even with adding assert False to 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).

The bug comes from d595fe3 (PR #4264)

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

      Milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions