python-parameterized 0.6.1-1 source package in Ubuntu

Changelog

python-parameterized (0.6.1-1) unstable; urgency=low

  * Initial release. (Closes: #869976)

 -- Ghislain Antony Vaillant <email address hidden>  Fri, 28 Jul 2017 11:56:31 +0100

Upload details

Uploaded by:
Debian Python Modules Team
Uploaded to:
Sid
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Low Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Bionic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.6.1-1.dsc 2.4 KiB a6b341f33be327d616b87310c6956a86a09951eaf5d80b08712cfaae389d72db
python-parameterized_0.6.1.orig.tar.gz 13.7 KiB caf58e717097735de0d7e15386a46ffa5ce25bb6a13a43716a8854a8d34841e2
python-parameterized_0.6.1-1.debian.tar.xz 2.4 KiB 1fc696ffdf4e4c27cde26c20e2b7694b44025f06b6de2877878fd227f64235a3

No changes file available.

Binary packages built by this source

python-parameterized: parameterized testing for Python 2

 The parameterized module provides a set of decorators for parameterized
 testing in Python. It supports nose, nose2, pytest and unittest.
 .
 The @parameterized decorator can be used for class methods, and standalone
 functions, whilst the @parameterized.expand should be used for classes
 deriving from unittest.TestCase.
 .
 This package provides the modules for Python 2.

python3-parameterized: parameterized testing for Python 3

 The parameterized module provides a set of decorators for parameterized
 testing in Python. It supports nose, nose2, pytest and unittest.
 .
 The @parameterized decorator can be used for class methods, and standalone
 functions, whilst the @parameterized.expand should be used for classes
 deriving from unittest.TestCase.
 .
 This package provides the modules for Python 3.