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: python-genty
Maintainer: Debian Python Team <team+python@tracker.debian.org>
Uploaders: Tristan Seligmann <mithrandi@debian.org>
Section: python
Priority: optional
Build-Depends:
debhelper-compat (= 13),
dh-sequence-python3,
python3-all,
python3-mock,
python3-setuptools,
python3-six,
Standards-Version: 4.6.0
Homepage: https://github.com/box/genty
Vcs-Git: https://salsa.debian.org/python-team/packages/python-genty.git
Vcs-Browser: https://salsa.debian.org/python-team/packages/python-genty
Testsuite: autopkgtest-pkg-python
Rules-Requires-Root: no
Package: python3-genty
Architecture: all
Depends: ${misc:Depends}, ${python3:Depends}
Description: Allows you to run a test with multiple data sets (Python 3)
Genty, pronounced “gen-tee”, stands for “generate tests”. It is a Python
library for generative testing, where a single test can execute over a variety
of input.
.
This package contains the Python 3 version of genty.
|