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
- Host: GitHub
- URL: https://github.com/nanxstats/tinyvdiff
- Owner: nanxstats
- License: mit
- Created: 2024-11-26T03:12:17.000Z (7 months ago)
- Default Branch: main
- Last Pushed: 2025-04-05T21:55:02.000Z (3 months ago)
- Last Synced: 2025-04-05T22:26:00.338Z (3 months ago)
- Topics: pytest-plugin, visual-regression-testing
- Language: Python
- Homepage: https://nanx.me/tinyvdiff/
- Size: 1.15 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://github.com/nanxstats/tinyvdiff/actions/workflows/ci-tests.yml)
[](https://nanx.me/tinyvdiff/)
[](https://pypistats.org/packages/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 .
```