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
|
Source: python-randomize
Section: python
Priority: optional
Maintainer: PKG OpenStack <openstack-devel@lists.alioth.debian.org>
Uploaders:
Thomas Goirand <zigo@debian.org>,
Build-Depends:
debhelper (>= 10),
openstack-pkg-tools,
dh-python,
python-all,
python-setuptools,
python3-all,
python3-setuptools,
Build-Depends-Indep:
python-coverage,
python-ipdb,
python-ipython,
python-nose,
python3-coverage,
python3-ipdb,
python3-ipython,
python3-nose,
Standards-Version: 4.1.1
Vcs-Browser: https://anonscm.debian.org/cgit/openstack/python/python-randomize.git/
Vcs-Git: https://anonscm.debian.org/git/openstack/python/python-randomize.git
Homepage: https://github.com/nloadholtes/nose-randomize
Package: python-randomize
Architecture: all
Depends:
python-coverage,
python-ipdb,
python-ipython,
python-nose,
${misc:Depends},
${python:Depends},
Description: randomize the order of tests in a unittest.TestCase class - Python 2.7
This is a nose plugin. With this package, it is possible to randomize the
order of the tests within a unittest.TestCase class.
.
This package contains the Python 2.7 module.
Package: python3-randomize
Architecture: all
Depends:
python3-coverage,
python3-ipdb,
python3-ipython,
python3-nose,
${misc:Depends},
${python3:Depends},
Description: randomize the order of tests in a unittest.TestCase class - Python 3.x
This is a nose plugin. With this package, it is possible to randomize the
order of the tests within a unittest.TestCase class.
.
This package contains the Python 3.x module.
|