python-parameterized 0.7.0-1 source package in Ubuntu

Changelog

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

  * Team upload.
  * New upstream release.
  * Rebase patches.
  * d/control: Set Vcs-* to salsa.debian.org
  * Use debhelper-compat instead of debian/compat.
  * Add python{,3}-mock to B-D.
  * d/tests: Add python{,3}-mock to depends.
  * Skip failing tests in Python 2.
  * d/rules: Remove useless get-orig-source target.
  * Bump debhelper compat level to 12.
  * Bump standards version to 4.4.0.

 -- Ondřej Nový <email address hidden>  Thu, 19 Sep 2019 10:26:34 +0200

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

Builds

Eoan: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-parameterized_0.7.0-1.dsc 2.5 KiB 9f5ce956e243e80d164a815fc2ba4208eb0027ef96a4ee44cdb575f86876e729
python-parameterized_0.7.0.orig.tar.gz 20.3 KiB d8c8837fb677ed2d5a93b9e2308ce0da3aeb58cf513120d501e0b7af14da78d5
python-parameterized_0.7.0-1.debian.tar.xz 3.2 KiB a778cfb25cf19889b470bd3df1dcc46b62d910fe55a5ac5cbc0fb271a0c55e20

Available diffs

No changes file available.

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.