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 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113
|
Source: python-testtools
Section: python
Priority: optional
Maintainer: Debian OpenStack <team+openstack@tracker.debian.org>
Uploaders:
Robert Collins <robertc@robertcollins.net>,
Thomas Goirand <zigo@debian.org>,
Jelmer Vernooij <jelmer@debian.org>,
Build-Depends:
debhelper (>= 10),
dh-python,
openstack-pkg-tools,
python-all,
python-pbr,
python-setuptools,
python-sphinx,
python3-all,
python3-pbr,
python3-setuptools,
Build-Depends-Indep:
python-extras (>= 1.0.0),
python-fixtures,
python-linecache2,
python-mimeparse,
python-six,
python-testresources,
python-testscenarios,
python-traceback2,
python-twisted,
python-unittest2,
python3-extras (>= 1.0.0),
python3-fixtures,
python3-linecache2,
python3-mimeparse,
python3-six,
python3-testresources,
python3-testscenarios,
python3-traceback2,
python3-unittest2,
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
Architecture: all
Depends:
python-extras (>= 1.0.0),
python-fixtures,
python-linecache2,
python-mimeparse,
python-pbr,
python-pkg-resources,
python-six,
python-traceback2,
python-unittest2,
${misc:Depends},
${python:Depends},
Suggests:
python-testtools-doc,
python-twisted,
Description: Extensions to the Python unittest library - Python 2.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 2.x.
Package: python-testtools-doc
Section: doc
Architecture: all
Depends:
${misc:Depends},
${sphinxdoc:Depends},
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-distutils,
python3-extras (>= 1.0.0),
python3-fixtures,
python3-linecache2,
python3-mimeparse,
python3-pbr,
python3-pkg-resources,
python3-six,
python3-traceback2,
python3-unittest2,
${misc:Depends},
${python3:Depends},
Suggests:
python-testtools-doc,
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.
|