File: control

package info (click to toggle)
hypothesis-auto 1.1.4-2
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 108 kB
  • sloc: python: 196; makefile: 4
file content (28 lines) | stat: -rw-r--r-- 1,036 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
Source: hypothesis-auto
Section: python
Priority: optional
Maintainer: Debian Python Modules Team <python-modules-team@lists.alioth.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Build-Depends:
 debhelper-compat (= 13),
 dh-sequence-python3,
 python3-all,
 python3-hypothesis,
 python3-pydantic,
 python3-setuptools,
Standards-Version: 4.5.0
Rules-Requires-Root: no
Homepage: https://github.com/timothycrosley/hypothesis-auto
Vcs-Git: https://salsa.debian.org/python-team/modules/hypothesis-auto.git
Vcs-Browser: https://salsa.debian.org/python-team/modules/hypothesis-auto

Package: python3-hypothesis-auto
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Recommends: ${python3:Recommends}
Suggests: ${python3:Suggests}
Description: Extends Hypothesis to add fully automatic testing of type annotated functions
 hypothesis-auto is an extension for the Hypothesis project that enables fully
 automatic tests for type annotated functions.
 .
 This package contains the Python 3 version of hypothesis-auto.