Source: pytest-textual-snapshot
Section: python
Priority: optional
Maintainer: Sandro Tosi <morph@debian.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-Git: https://salsa.debian.org/morph/pytest-textual-snapshot.git
Vcs-Browser: https://salsa.debian.org/morph/pytest-textual-snapshot
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.
