python-parameterized 0.7.0-1ubuntu1 source package in Ubuntu

Changelog

python-parameterized (0.7.0-1ubuntu1) focal; urgency=medium

  * Fix test for Python 3.8.

 -- Matthias Klose <email address hidden>  Tue, 05 Nov 2019 08:41:10 +0100

Upload details

Uploaded by:
Matthias Klose
Uploaded to:
Focal
Original maintainer:
Debian Python Modules Team
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.7.0.orig.tar.gz 20.3 KiB d8c8837fb677ed2d5a93b9e2308ce0da3aeb58cf513120d501e0b7af14da78d5
python-parameterized_0.7.0-1ubuntu1.debian.tar.xz 3.5 KiB e192e30daa394e6ead0009a43faccb080698a592903199cd05a6dc3c246e6d66
python-parameterized_0.7.0-1ubuntu1.dsc 2.5 KiB 5d197cbde6bbc982a99fbce80324b7b2545b6e4f4f236ed2b18e379dbd98d76d

View changes file

Binary packages built by this source

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

No description available for python-parameterized in ubuntu focal.

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.