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

Changelog

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

  * Fixed VCS URLs (https).
  * d/rules: Changed UPSTREAM_GIT protocol to https
  * d/s/options: extend-diff-ignore of .gitreview
  * d/control: Using OpenStack's Gerrit as VCS URLs.

 -- Ondřej Nový <email address hidden>  Sun, 28 Feb 2016 15:42:21 +0100

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
Bionic release universe misc

Builds

Zesty: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-nose-parameterized_0.3.4-4.dsc 2.2 KiB 692709c0cba3451fe234b718e369c9db353cd8d666b4bfb793b210a05da0d342
python-nose-parameterized_0.3.4.orig.tar.xz 6.7 KiB 711cbfcfc367f181f17685142ae69c9b10827da99de4d166146842cd7a57c6c6
python-nose-parameterized_0.3.4-4.debian.tar.xz 2.9 KiB b375626858177702b5c28f116412a954bea22fa3f86e891dbef8cb1e636746fb

Available diffs

No changes file available.

Binary packages built by this source

python-nose-parameterized: No summary available for python-nose-parameterized in ubuntu focal.

No description available for python-nose-parameterized in ubuntu focal.

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.