An open API service indexing awesome lists of open source software.

https://github.com/nanxstats/tinyvdiff

Minimalist visual regression testing plugin for pytest
https://github.com/nanxstats/tinyvdiff

pytest-plugin visual-regression-testing

Last synced: 2 months ago
JSON representation

Minimalist visual regression testing plugin for pytest

Awesome Lists containing this project

README

        

# tinyvdiff

[![PyPI version](https://img.shields.io/pypi/v/tinyvdiff)](https://pypi.org/project/tinyvdiff/)
![Python versions](https://img.shields.io/pypi/pyversions/tinyvdiff)
[![CI Tests](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml/badge.svg)](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml)
[![mkdocs](https://github.com/nanxstats/tinyvdiff/actions/workflows/mkdocs.yml/badge.svg)](https://nanx.me/tinyvdiff/)
[![PyPI Downloads](https://img.shields.io/pypi/dm/tinyvdiff)](https://pypistats.org/packages/tinyvdiff)
![License](https://img.shields.io/pypi/l/tinyvdiff)

Minimalist visual regression testing plugin for pytest.

Learn more about [the idea behind
tinyvdiff](https://nanx.me/tinyvdiff/articles/design/).
To use it in your project, follow the
[setup guide](https://nanx.me/tinyvdiff/articles/setup/).

## Installation

You can install tinyvdiff from PyPI:

```bash
pip install tinyvdiff
```

Or install the development version from GitHub:

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