Metadata-Version: 2.1
Name: pytest-beeprint
Version: 0.1.2
Summary: use icdiff for better error messages in pytest assertions
Home-page: https://github.com/hjwp/pytest-beeprint
Author: Rodrigo Ferreira de Souza
Author-email: rodfersou@gmail.com
Maintainer: Rodrigo Ferreira de Souza
Maintainer-email: rodfersou@gmail.com
License: Unlicense
Classifier: Development Status :: 4 - Beta
Classifier: Framework :: Pytest
Classifier: Intended Audience :: Developers
Classifier: Topic :: Software Development :: Testing
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 3.7
Classifier: Programming Language :: Python :: 3.8
Classifier: Programming Language :: Python :: 3.9
Classifier: Programming Language :: Python :: 3.10
Classifier: Programming Language :: Python :: 3.11
Classifier: Operating System :: OS Independent
Classifier: License :: Public Domain
Requires-Python: >=3.7
Description-Content-Type: text/x-rst
License-File: LICENSE

===============
pytest-beeprint
===============

.. image:: https://img.shields.io/pypi/pyversions/pytest-beeprint.svg
    :target: https://pypi.org/project/pytest-beeprint
    :alt: 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 ==`` :

.. image:: example_output.png?raw=true
   :alt: 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.


.. _`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.orgf
.. _`pytest-icdiff`: https://github.com/hjwp/pytest-icdiff
.. _`icdiff`: https://www.jefftk.com/icdiff
.. _`beeprint`: https://github.com/panyanyany/beeprint

History
-------

0.1.2 (2023-07-04)
~~~~~~~~~~~~~~~~~~

- Fix how to set cols size for tests


0.1.1 (2023-06-08)
~~~~~~~~~~~~~~~~~~

- Fix README


0.1.0 (2023-06-09)
~~~~~~~~~~~~~~~~~~

* Forked from: https://github.com/hjwp/pytest-icdiff
* Changed to use beeprint instead
* Fix Tests
