python-ddt 1.7.1-3 source package in Ubuntu

Changelog

python-ddt (1.7.1-3) unstable; urgency=medium

  * Remove python3-mock extraneous dependency (Closes: #1069208).

 -- Thomas Goirand <email address hidden>  Thu, 18 Apr 2024 13:36:30 +0200

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Oracular release main misc

Builds

Oracular: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ddt_1.7.1-3.dsc 2.2 KiB 29afc8c6e00e7f30164e2c6a43fd620951a7188aa830d2e30d93ba42bc5dd70a
python-ddt_1.7.1.orig.tar.xz 17.5 KiB 62ea7fd1ad07141b3c1ad2890fac5e197fc777c2084c5c507383d43d0a30afb1
python-ddt_1.7.1-3.debian.tar.xz 3.7 KiB 5ddbbcd8d661808a09c3590cf776bcdebf3bc330f6668f998a4014c1c9897eaf

Available diffs

No changes file available.

Binary packages built by this source

python-ddt-doc: Data-Driven/Decorated Tests - doc

 DDT (Data-Driven Tests) allows you to multiply one test case by running it
 with different test data, and make it appear as multiple test cases. DDT
 consists of a class decorator ddt (for your TestCase subclass) and two
 method decorators (for your tests that want to be multiplied).
 .
 This package contains the documentation.

python3-ddt: Data-Driven/Decorated Tests - Python 3.x

 DDT (Data-Driven Tests) allows you to multiply one test case by running it
 with different test data, and make it appear as multiple test cases. DDT
 consists of a class decorator ddt (for your TestCase subclass) and two
 method decorators (for your tests that want to be multiplied).
 .
 This package contains the Python 3.x module.