File: control

package info (click to toggle)
pytest-golden 1.0.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 216 kB
  • sloc: python: 412; makefile: 2
file content (33 lines) | stat: -rw-r--r-- 1,028 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
Source: pytest-golden
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Edward Betts <edward@4angle.com>,
Section: python
Priority: optional
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-atomicwrites,
 python3-hatchling,
 python3-ruamel.yaml,
Build-Depends-Indep:
 python3-pytest <!nocheck>,
 python3-testfixtures <!nocheck>,
Standards-Version: 4.7.2
Homepage: https://github.com/oprypin/pytest-golden
Vcs-Browser: https://salsa.debian.org/python-team/packages/pytest-golden
Vcs-Git: https://salsa.debian.org/python-team/packages/pytest-golden.git
Testsuite: autopkgtest-pkg-pybuild

Package: python3-pytest-golden
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: Plugin for pytest that offloads expected outputs to data files
 Expected output for test functions is stored in a YAML file.
 .
 The expected output can be updated by running pytest --update-goldens to
 automatically re-populate the output.