python-parameterized 0.8.1-4 source package in Ubuntu

Changelog

python-parameterized (0.8.1-4) unstable; urgency=medium

  * debian/patches/fedora_pytest4.patch
    - import Fedora's patch to support pytest 4+, part of upstream PR #116;
      Closes: #1014487

 -- Sandro Tosi <email address hidden>  Tue, 12 Jul 2022 23:41:38 -0400

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Kinetic: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.8.1-4.dsc 2.2 KiB b74f57d347af53edecaf07a48443f2802bf73fb72d97582aa33a9641ff4bf229
python-parameterized_0.8.1.orig.tar.gz 23.4 KiB 41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c
python-parameterized_0.8.1-4.debian.tar.xz 7.2 KiB 112be37722e31bb0ff7f6f304afbc3ea231354c9acc9fc5857363b8c2a1e957d

Available diffs

No changes file available.

Binary packages built by this source

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.