You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
matplotlib.testing is written in a (somewhat) testing-framework-agnostic way. I don't think pytest really risks going away anytime soon, but I think it would be nice to keep some equivalent functionality that's independent of pytest (in fact I have a PR in the works to make more of the testing tooling independent of pytest, while makings things shorter :)).
Uh oh!
There was an error while loading. Please reload this page.
The class
matplotlib.testing.decorators.CleanupTestCase
and the decoratormatplotlib.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?
The text was updated successfully, but these errors were encountered: