python-nose-parameterized 0.3.4-3 source package in Ubuntu

Changelog

python-nose-parameterized (0.3.4-3) unstable; urgency=medium

  [ Ivan Udovichenko ]
  * Remove Pre-Depends field from debian/control .
  * Add python-nose and python3-nose as a dependency.

  [ Thomas Goirand ]
  * Added missing dh-python.
  * Removed version in python-all build-depends.
  * Watch file now using the PyPi redirector.
  * Fixed gbp.conf.

 -- Thomas Goirand <email address hidden>  Tue, 22 Sep 2015 08:07:35 +0000

Upload details

Uploaded by:
PKG OpenStack
Uploaded to:
Sid
Original maintainer:
PKG OpenStack
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Xenial: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nose-parameterized_0.3.4-3.dsc 2.2 KiB ae0791c94709ac2f91c222b0f2b267cd96ecfffb08a0497377518570bc719a3f
python-nose-parameterized_0.3.4.orig.tar.xz 6.7 KiB 711cbfcfc367f181f17685142ae69c9b10827da99de4d166146842cd7a57c6c6
python-nose-parameterized_0.3.4-3.debian.tar.xz 2.8 KiB 365d17569dd8a913b99a3e9b8031f19a68750c127c0019cd208ed557da75fd98

Available diffs

No changes file available.

Binary packages built by this source

python-nose-parameterized: decorator for parameterized testing with Nose - Python 2.x

 nose-parameterized is a decorator for parameterized testing of Python code
 with nose.
 .
 The provided decorators make it simple to pass lists, iterables, tuples or
 callables to the test functions. This allows you to separate the data from the
 test without having to subclass unittest.testcase.
 .
 This package contains the Python 2.x module.

python3-nose-parameterized: Decorator for parameterized testing with Nose - Python 3.x

 nose-parameterized is a decorator for parameterized testing of Python code
 with nose.
 .
 The provided decorators make it simple to pass lists, iterables, tuples or
 callables to the test functions. This allows you to separate the data from the
 test without having to subclass unittest.testcase.
 .
 This package contains the Python 3.x module.