Source: pytest-snapshot Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Kathara Sasikumar , Build-Depends: debhelper-compat (= 13), dh-sequence-python3, pybuild-plugin-pyproject, python3-all, python3-pytest , python3-setuptools, Standards-Version: 4.7.0 Homepage: https://github.com/joseph-roitman/pytest-snapshot Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-snapshot Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-snapshot.git Testsuite: autopkgtest-pkg-python Rules-Requires-Root: no Package: python3-pytest-snapshot Architecture: all Depends: ${misc:Depends}, ${python3:Depends}, Description: Plugin for snapshot testing with pytest (Python 3) This library was inspired by jest's snapshot testing. . Snapshot testing can be used to test that the value of an expression does not change unexpectedly. . This package installs the library for Python 3.