python-parameterized 0.8.1-6 source package in Ubuntu

Changelog

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

  * Team upload.
  * d/patches:
        - add patch to remove nosetest (Closes: #1018548)
        - Refresh patches
  * d/tests/control:
        - do not run tests with nose.
  * d/control:
        - remove python3-nose from Build-Deps
        - Bump Standards-Ver to 4.6.1, no changes needed

 -- Mohammed Bilal <email address hidden>  Sun, 04 Dec 2022 02:20:08 +0000

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
Noble release universe misc
Mantic release universe misc
Lunar release universe misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.8.1-6.dsc 1.6 KiB 1bf80ad5bd251b846c726e0989dda55656b6769cee9717bc38a2f962fcf2b383
python-parameterized_0.8.1.orig.tar.gz 23.4 KiB 41bbff37d6186430f77f900d777e5bb6a24928a1c46fb1de692f8b52b8833b5c
python-parameterized_0.8.1-6.debian.tar.xz 7.5 KiB 9647bad96077608fbadeb9caacdc9226af71294497095f5793b5cae02e529be9

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.