pytest-mpl icon indicating copy to clipboard operation
pytest-mpl copied to clipboard

A pytest plugin to facilitate image comparison for Matplotlib figures

Results 45 pytest-mpl issues
Sort by recently updated
recently updated
newest added

updates: - [github.com/PyCQA/flake8: 7.1.1 → 7.1.2](https://github.com/PyCQA/flake8/compare/7.1.1...7.1.2) - [github.com/PyCQA/isort: 5.13.2 → 6.0.1](https://github.com/PyCQA/isort/compare/5.13.2...6.0.1) - [github.com/pre-commit/pre-commit-hooks: v4.6.0 → v5.0.0](https://github.com/pre-commit/pre-commit-hooks/compare/v4.6.0...v5.0.0)

The docs state > Summary reports can also be produced when generating baseline images and hash libraries. The summaries will be written to the [results directory](https://pytest-mpl.readthedocs.io/en/stable/configuration.html#results-path). When generating a HTML...

Hi! This is an incredibly useful package; we use it extensively in our tests for [`doped`](https://doped.readthedocs.io/en/latest/) and [`ShakeNBreak`](https://shakenbreak.readthedocs.io/en/latest/); so thank you very much for building and maintaining! Just a question/suggestion;...

- The `pytest-mpl` test suite relies on lots of hardcoded hashes remaining the same, which leads to lots of test failures on different platforms. - Instead of hardcoding the hashes...

infrastructure

Excuse my ignorance. The very few times I have cloned the source of a python project, I have been able to run pytest or tox succesfully without doing anything else....