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-ddt
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders: Thomas Goirand <zigo@debian.org>,
Build-Depends: debhelper (>= 9),
dh-python,
openstack-pkg-tools (>= 52~),
python-all,
python-setuptools,
python-sphinx,
python3-all,
python3-setuptools,
Build-Depends-Indep: python-pep8,
python-coverage,
python-mock,
python-nose,
python-six,
python-sphinxcontrib.programoutput,
python-yaml,
python3-mock,
python3-nose,
python3-six,
python3-yaml,
Standards-Version: 3.9.8
Vcs-Browser: https://git.openstack.org/cgit/openstack/deb-python-ddt?h=debian%2Fnewton
Vcs-Git: https://git.openstack.org/openstack/deb-python-ddt -b debian/newton
Homepage: https://pypi.python.org/pypi/ddt
Package: python-ddt
Architecture: all
Depends: ${misc:Depends},
${python:Depends},
Description: Data-Driven/Decorated Tests - Python 2.x
DDT (Data-Driven Tests) allows you to multiply one test case by running it
with different test data, and make it appear as multiple test cases. DDT
consists of a class decorator ddt (for your TestCase subclass) and two
method decorators (for your tests that want to be multiplied).
.
This package contains the Python 2.x module.
Package: python3-ddt
Architecture: all
Depends: ${misc:Depends},
${python3:Depends},
Description: Data-Driven/Decorated Tests - Python 3.x
DDT (Data-Driven Tests) allows you to multiply one test case by running it
with different test data, and make it appear as multiple test cases. DDT
consists of a class decorator ddt (for your TestCase subclass) and two
method decorators (for your tests that want to be multiplied).
.
This package contains the Python 3.x module.
Package: python-ddt-doc
Architecture: all
Section: doc
Depends: ${misc:Depends},
${sphinxdoc:Depends},
Description: Data-Driven/Decorated Tests - doc
DDT (Data-Driven Tests) allows you to multiply one test case by running it
with different test data, and make it appear as multiple test cases. DDT
consists of a class decorator ddt (for your TestCase subclass) and two
method decorators (for your tests that want to be multiplied).
.
This package contains the documentation.
|