File: control

package info (click to toggle)
dirty-equals 0.6.0-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm
  • size: 428 kB
  • sloc: python: 2,229; makefile: 56; sh: 5
file content (26 lines) | stat: -rw-r--r-- 1,071 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
Source: dirty-equals
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-hatchling,
               python3-pydantic,
               python3-pytest <!nocheck>,
               python3-tz
Rules-Requires-Root: no
Standards-Version: 4.6.2
Homepage: https://github.com/samuelcolvin/dirty-equals
Vcs-Browser: https://salsa.debian.org/python-team/packages/dirty-equals
Vcs-Git: https://salsa.debian.org/python-team/packages/dirty-equals.git

Package: python3-dirty-equals
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Make equality checks in Python unit tests more declarative
 This module can be used in whatever context you like, but it comes into its
 own when writing unit tests for applications where you're commonly checking
 the response to API calls and the contents of a database.