python-parameterized 0.8.1-3 source package in Ubuntu

Changelog

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

  [ Paul Gevers ]
  * debian/patches/drop-TestUnicodeDocString.patch
    - remove TestUnicodeDocstring, which is failing when using pytest;
      Closes: #995356

 -- Sandro Tosi <email address hidden>  Mon, 07 Feb 2022 00:10:16 -0500

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

Builds

Jammy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.8.1-3.dsc 2.2 KiB e86297aa5524d4a78b2884557bb36e280005b48e32bafc05c15b0133db1e3696
python-parameterized_0.8.1.orig.tar.gz 23.4 KiB 41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c
python-parameterized_0.8.1-3.debian.tar.xz 3.8 KiB 699df2efd651f0f8383942a09acf30925b12f735e5936c89bf6c730dba330807

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.