Metadata-Version: 2.1
Name: pytest-vtestify
Version: 0.1.0
Summary: A pytest plugin for visual assertion using SSIM and image comparison.
Home-page: https://github.com/idejongkok/pytest-vtestify
Author: Aria Suseno
Author-email: idejongkok@gmail.com
Classifier: Programming Language :: Python :: 3
Classifier: License :: OSI Approved :: MIT License
Classifier: Operating System :: OS Independent
Classifier: Framework :: Pytest
Requires-Python: >=3.6
Description-Content-Type: text/markdown
License-File: LICENSE
Requires-Dist: pytest
Requires-Dist: opencv-python
Requires-Dist: scikit-image
Requires-Dist: numpy

# pytest-vtestify

`pytest-vtestify` is a pytest plugin for visual assertion and image comparison. It helps compare two images using Structural Similarity Index (SSIM) and highlight the differences.

## Installation

```bash
pip install pytest-vtestify
