https://github.com/nanxstats/tinyvdiff
Minimalist visual regression testing plugin for pytest
https://github.com/nanxstats/tinyvdiff
pytest-plugin visual-regression-testing
Last synced: 8 months ago
JSON representation
Minimalist visual regression testing plugin for pytest
- Host: GitHub
- URL: https://github.com/nanxstats/tinyvdiff
- Owner: nanxstats
- License: mit
- Created: 2024-11-26T03:12:17.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-10-18T00:40:14.000Z (8 months ago)
- Last Synced: 2025-10-18T12:07:03.314Z (8 months ago)
- Topics: pytest-plugin, visual-regression-testing
- Language: Python
- Homepage: https://nanx.me/tinyvdiff/
- Size: 1.29 MB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- License: LICENSE
Awesome Lists containing this project
README
# tinyvdiff 
[](https://pypi.org/project/tinyvdiff/)

[](https://mypy-lang.org/)
[](https://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml)
[](https://nanx.me/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 .
```