Source: pytest-textual-snapshot
Section: python
Priority: optional
Maintainer: Fast Forward Maintainers <maintainers@lists.fastforward.deb822.org>
XSBC-Uploaders: Daniel Baumann <daniel@debian.org>
XSBC-Original-Maintainer: Sandro Tosi <morph@debian.org>
Bugs: mailto:maintainers@lists.fastforward.deb822.org
Build-Depends: debhelper-compat (= 13),
               pybuild-plugin-pyproject,
               python3-all,
               python3-poetry-core,
Standards-Version: 4.7.2
#Testsuite: autopkgtest-pkg-pybuild
Homepage: https://github.com/Textualize/pytest-textual-snapshot
Vcs-Browser: https://git.fastforward.debian.net/trixie-fastforward-backports/pytest-textual-snapshot
Vcs-Git: https://git.fastforward.debian.net/trixie-fastforward-backports/pytest-textual-snapshot
XSBC-Original-Vcs-Browser: https://salsa.debian.org/morph/pytest-textual-snapshot
XSBC-Original-Vcs-Git: https://salsa.debian.org/morph/pytest-textual-snapshot.git
Rules-Requires-Root: no

Package: python3-pytest-textual-snapshot
Architecture: all
Depends: ${misc:Depends},
         ${python3:Depends},
Description: pytest plugin for snapshot testing Textual applications
 A pytest-textual-snapshot test saves an SVG screenshot of a running Textual
 app to disk. The next time the test runs, it takes another screenshot and
 compares it to the saved one. If the new screenshot differs from the old one,
 the test fails.
 .
 This is a convenient way to quickly and automatically detect visual
 regressions in your applications.
