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 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
|
Source: python-testtools
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Jelmer Vernooij <jelmer@debian.org>,
Build-Depends:
debhelper-compat (= 12),
dh-python,
openstack-pkg-tools,
pybuild-plugin-pyproject,
python3-all,
python3-hatch-vcs,
python3-hatchling,
python3-mypy,
python3-setuptools,
python3-setuptools-scm,
python3-sphinx,
Build-Depends-Indep:
python3-fixtures,
python3-testresources,
python3-testscenarios,
python3-twisted,
Standards-Version: 4.1.1
Vcs-Git: https://salsa.debian.org/openstack-team/python/python-testtools.git
Vcs-Browser: https://salsa.debian.org/openstack-team/python/python-testtools
Homepage: https://github.com/testing-cabal/testtools
Package: python-testtools-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
Multi-Arch: foreign
Description: Extensions to the Python unittest library - doc
testtools (formerly pyunit3k) is a set of extensions to the Python standard
library's unit testing framework. These extensions have been derived from
years of experience with unit testing in Python and come from many different
sources. It's hoped that these extensions will make their way into the
standard library eventually. Also included are backports from Python trunk of
unittest features that are not otherwise available to existing unittest users.
.
This package contains the documentation.
Package: python3-testtools
Architecture: all
Depends:
python3-setuptools,
${misc:Depends},
${python3:Depends},
Suggests:
python-testtools-doc,
python3-fixtures,
python3-twisted,
Description: Extensions to the Python unittest library - Python 3.x
testtools (formerly pyunit3k) is a set of extensions to the Python standard
library's unit testing framework. These extensions have been derived from
years of experience with unit testing in Python and come from many different
sources. It's hoped that these extensions will make their way into the
standard library eventually. Also included are backports from Python trunk of
unittest features that are not otherwise available to existing unittest users.
.
This package contains the libraries for Python 3.x.
|