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
- Make summary log message about test results in general instead of failures by @neutrinoceros in https://github.com/matplotlib/pytest-mpl/pull/148
6
21
- Add support for classes with pytest 7 by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/164
7
-
Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
8
-
- Hash library test names will need to be regenerated/updated to include the class name.
9
-
- If the undocumented `mpl-use-full-test-name` ini option is enabled, the the baseline images will need to be regenerated, or have their filename updated to include the class name.
22
+
- Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
23
+
-- Hash library test names will need to be regenerated/updated to include the class name.
24
+
-- If the undocumented `mpl-use-full-test-name` ini option is enabled, the the baseline images will need to be regenerated, or have their filename updated to include the class name.
0 commit comments