.. image:: https://img.shields.io/pypi/v/pytest-icdiff.svg :target: https://pypi.org/project/pytest-icdiff :alt: PyPI version
.. image:: https://img.shields.io/conda/vn/conda-forge/pytest-icdiff.svg :target: https://anaconda.org/conda-forge/pytest-icdiff :alt: conda-forge version
.. image:: https://img.shields.io/pypi/pyversions/pytest-icdiff.svg :target: https://pypi.org/project/pytest-icdiff :alt: Python versions
Better diffs in pytest
assertion error messages using ICDiff
.
pip install pytest-icdiff
Once you've installed it, pytest
will produce nice colourised diffs for any assert ==
:
.. image:: https://raw.githubusercontent.com/hjwp/pytest-icdiff/main/example_output.png?raw=true :alt: example colourised diff
Issues and PRs welcome.
Thanks to the maintainers of ICDiff
and also pprintpp
!
Distributed under the terms of the Unlicense
_ license, "pytest-icdiff" is free and open source software
This pytest
plugin was generated with Cookiecutter
along with @hackebrot
's cookiecutter-pytest-plugin
template.
.. Cookiecutter
: https://github.com/audreyr/cookiecutter
.. @hackebrot
: https://github.com/hackebrot
.. cookiecutter-pytest-plugin
: https://github.com/pytest-dev/cookiecutter-pytest-plugin
.. pytest
: https://github.com/pytest-dev/pytest
.. Unlicense
: http://unlicense.org
.. icdiff
: https://www.jefftk.com/icdiff
.. _pprintpp
: https://github.com/wolever/pprintpp