Skip to content

hjwp/pytest-icdiff

Folders and files

NameName
Last commit message
Last commit date
Sep 3, 2024
Apr 8, 2024
Aug 6, 2019
Jan 28, 2020
Jul 31, 2018
Dec 19, 2019
Dec 5, 2023
Aug 8, 2018
Apr 8, 2024
Dec 5, 2023
Dec 5, 2022

Repository files navigation

pytest-icdiff

PyPI version conda-forge version Python versions

Better diffs in pytest assertion error messages using ICDiff.

Usage

pip install pytest-icdiff

Once you've installed it, pytest will produce nice colourised diffs for any assert == :

example colourised diff

Issues and PRs welcome.

Thanks to the maintainers of ICDiff and also pprintpp !

License

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.