python-ddt 1.6.0-2 source package in Ubuntu

Changelog

python-ddt (1.6.0-2) unstable; urgency=medium

  * Uploading to unstable.

 -- Thomas Goirand <email address hidden>  Fri, 23 Sep 2022 12:25:18 +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
Lunar release main misc

Builds

Lunar: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
python-ddt_1.6.0-2.dsc 2.2 KiB a182b3f508b2396f0628d6a724b94d604a74987cba8ce09696de9637a7789480
python-ddt_1.6.0.orig.tar.xz 17.4 KiB 17275ba48a8a48d7d6a33ceabcb9204f1a7a0b5a0217317f480883480c8d88b0
python-ddt_1.6.0-2.debian.tar.xz 3.6 KiB 7583b4c4fa593bf641101870f6650a614fddf73dc85ffbe6367ea07e05cb67f0

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.