better error messages for assert equals in pytest
=============
.. 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
.. image:: https://travis-ci.org/hjwp/pytest-icdiff.svg?branch=master :target: https://travis-ci.org/hjwp/pytest-icdiff :alt: See Build Status on Travis CI
Better diffs in
pytest_ assertion error messages using
ICDiff_.
pip install pytest-icdiff
Once you've installed it,
pytestwill produce nice colourised diffs for any
assert ==:
.. image:: 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-plugintemplate.
.. _
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