Source: pytest-regressions Section: python Priority: optional Maintainer: Debian Python Team Uploaders: Pierre-Elliott Bécue Build-Depends: debhelper-compat (= 13), dh-python, python3-all, python3-setuptools, python3-setuptools-scm, python3-sphinx, python3-sphinx-rtd-theme, python3-matplotlib , python3-numpy , python3-pandas , python3-pil , python3-pytest , python3-pytest-datadir , python3-yaml , Standards-Version: 4.6.2 Rules-Requires-Root: no Testsuite: autopkgtest-pkg-pybuild Homepage: https://github.com/ESSS/pytest-regressions Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-regressions.git Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-regressions Package: python3-pytest-regressions Architecture: all Depends: python3-pytest, ${misc:Depends}, ${python3:Depends}, ${sphinxdoc:Depends} Description: py.test fixtures to write regression tests This plugin makes it simple to test general data, images, files, and numeric tables by saving expected data in a data directory (using pytest-datadir) that can be used to verify that future runs produce the same data. . This package provides the py.test plugin for Python 3 code.