python-parameterized 0.7.0-2 source package in Ubuntu

Changelog

python-parameterized (0.7.0-2) unstable; urgency=medium

  [Emmanuel Arias]
  * Team upload
  * Apply patch to fix test for python3.8. (Closes: #944158)
    - Patch by Matthias Klose.

  [ Ondřej Nový ]
  * Bump Standards-Version to 4.4.1.

  [ Sandro Tosi ]
  * Drop python2 support; Closes: #937998

 -- Sandro Tosi <email address hidden>  Wed, 06 Nov 2019 09:11:35 -0500

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Focal release universe misc

Builds

Focal: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.7.0-2.dsc 2.3 KiB 5a2d8ca229b430a5727f8dac600c521c02138fb648a548a1e3d0ff4cd3ea814c
python-parameterized_0.7.0.orig.tar.gz 20.3 KiB d8c8837fb677ed2d5a93b9e2308ce0da3aeb58cf513120d501e0b7af14da78d5
python-parameterized_0.7.0-2.debian.tar.xz 3.4 KiB b8810bb1a30a126e174e34a8e1950f49956c9c446edd7b6e2ca5684e23d6f55d

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.