.. title:: pytest-mpl documentation .. module:: pytest-mpl .. toctree:: :hidden: installing usage configuration summaries ################################## pytest-mpl |release| documentation ################################## This is a plugin to facilitate image comparison for Matplotlib figures in pytest. ************ Installation ************ .. grid:: 1 1 2 2 .. grid-item:: Install using `pip `__: .. code-block:: bash pip install pytest-mpl .. grid-item:: Install from `conda-forge `__ using `conda `__: .. code-block:: bash conda install pytest-mpl Further details are available in the :doc:`Installation Guide `. ****************** Learning resources ****************** .. grid:: 1 1 2 2 .. grid-item-card:: :padding: 2 Tutorials ^^^ - :doc:`Basic usage ` .. grid-item-card:: :padding: 2 How-tos ^^^ .. grid-item-card:: :padding: 2 Understand how pytest-mpl works ^^^ .. grid-item-card:: :padding: 2 Reference ^^^ - :doc:`Configuration ` - :doc:`Summary Reports ` ************ Contributing ************ pytest-mpl is a community project maintained for and by its users. There are many ways you can help! - Report a bug or request a feature `on GitHub `__ - Improve the documentation or code