/pytest-beeprint

better error messages for assert equals in pytest

Primary LanguagePythonThe UnlicenseUnlicense

pytest-beeprint

Python versions

Better diffs in pytest assertion error messages using beeprint and ICDiff.

Usage

pip install pytest-beeprint

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 pytest-icdiff, ICDiff and also beeprint !

License

Distributed under the terms of the Unlicense license, "pytest-beeprint" is free and open source software

This pytest plugin was generated with Cookiecutter along with @hackebrot's cookiecutter-pytest-plugin template.