v0.16.0
What's Changed
Fixes
- Make summary log message about test results in general instead of failures by @neutrinoceros in #148
- Add support for classes with pytest 7 by @ConorMacBride in #164
Note that this change necessitated a minor breaking change for figure tests within classes only, and the following will need to be done:
- Hash library test names will need to be regenerated/updated to include the class name.
- If the undocumentedmpl-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.
Other Changes
- Improve parametrized test names in HTML summaries by @ConorMacBride in #165
Infrastructure Changes
- Pin tox environment
mpl35
to matplotlib 3.5.1 by @ConorMacBride in #162 - [pre-commit.ci] pre-commit autoupdate by @pre-commit-ci in #167
- Improve
tests/subtests
by @ConorMacBride in #163
New Contributors
- @neutrinoceros made their first contribution in #148
Full Changelog: v0.15.1...v0.16.0