Closed
Description
The class matplotlib.testing.decorators.CleanupTestCase
and the decorator matplotlib.testing.decorators.cleanup
are not used in the code base. We have an automatic cleanup via an auto-used fixture instead.
Can we deprecate them or are they considered part of the user-facing API for testing?