File: control

package info (click to toggle)
python-syrupy 4.9.1-1
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 4,368 kB
  • sloc: python: 5,978; makefile: 3
file content (45 lines) | stat: -rw-r--r-- 1,524 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
34
35
36
37
38
39
40
41
42
43
44
45
Source: python-syrupy
Section: python
Priority: optional
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders:
 Timo Röhling <roehling@debian.org>,
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 pybuild-plugin-pyproject,
 python3-all,
 python3-invoke <!nocheck>,
 python3-poetry-core,
 python3-pytest,
 python3-pytest-xdist <!nocheck>,
 python3-setuptools-scm,
Homepage: https://github.com/tophat/syrupy
Standards-Version: 4.7.2
Rules-Requires-Root: no
Vcs-Git: https://salsa.debian.org/python-team/packages/python-syrupy.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-syrupy
Testsuite: autopkgtest-pkg-pybuild
Description: Snapshot plugin for pytest
 Syrupy enables developers to write tests which assert immutability of computed
 results. It aims to upload the following key values:
 .
 Extensible: If a particular data type is not supported, users should be able
 to easily and quickly add support.
 .
 Idiomatic: Snapshot testing should fit naturally among other test cases in
 pytest, e.g. assert x == snapshot vs. snapshot.assert_match(x).
 .
 Soundness: Snapshot tests should uncover even the most minute issues. Unlike
 other snapshot libraries, Syrupy will fail a test suite if a snapshot does not
 exist, not just on snapshot differences.

Package: python3-syrupy
Architecture: all
Depends:
 ${misc:Depends},
 ${python3:Depends},
Description: ${source:Synopsis} (Python 3)
 ${source:Extended-Description}
 .
 This package installs the Python 3 module.