Skip to content

tinyvdiff

PyPI version Python versions PyPI Downloads License

Minimalist visual regression testing plugin for pytest.

Learn more about the idea behind tinyvdiff. To use it in your project, follow the setup guide.

Installation

You can install tinyvdiff from PyPI:

pip install tinyvdiff

Or install the development version from GitHub:

git clone https://github.com/nanxstats/tinyvdiff.git
cd tinyvdiff
python3 -m pip install -e .