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
Copy file name to clipboardExpand all lines: CHANGES.md
+22
Original file line number
Diff line number
Diff line change
@@ -1,3 +1,25 @@
1
+
## v0.16.0 - 2022-06-14
2
+
3
+
### Fixes
4
+
5
+
- Make summary log message about test results in general instead of failures by @neutrinoceros in https://github.com/matplotlib/pytest-mpl/pull/148
6
+
- 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.
10
+
11
+
### Other Changes
12
+
13
+
- Improve parametrized test names in HTML summaries by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/165
14
+
15
+
### Infrastructure Changes
16
+
17
+
- Pin tox environment `mpl35` to matplotlib 3.5.1 by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/162
18
+
-[pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in https://github.com/matplotlib/pytest-mpl/pull/167
19
+
- Improve `tests/subtests` by @ConorMacBride in https://github.com/matplotlib/pytest-mpl/pull/163
0 commit comments